Explode doesnt work.
Permalink
Im not sure what im doing incorrectly, but whenever i apply explode( ' ', $tools), it simply returns a single string.
where $cobj is a collection entry pulled from a singleton "page_list".
any ideas what i could have done wrong or not done?
$tools = (string)$cobj->getAttribute('tools_used');
where $cobj is a collection entry pulled from a singleton "page_list".
any ideas what i could have done wrong or not done?
could the spaces be the invisible character instead of a real space?
I'm not 100 sure, but you were right, there was a some special char and not a space. cant believe i spent the past 30-45mins tryin to figure out what i did wrong.
LF line feed %0A
thanx for your suggestion, much appreciated. thats the second time you saved me from banging my head in a wall...lol
thanx.
LF line feed %0A
thanx for your suggestion, much appreciated. thats the second time you saved me from banging my head in a wall...lol
thanx.