edge
12th June 2007, 20:20
I've got a $titleA that is set to random text "this is need" more random text
When I do a echo $titelA; in PHP, it does show random text "this is need" more random text
What I need is ONLY the part between the quotes (so this is need)
In Coldfusion (my coding language) it's simply done with a "trim" option, but how do I do this in PHP?
When I do a echo $titelA; in PHP, it does show random text "this is need" more random text
What I need is ONLY the part between the quotes (so this is need)
In Coldfusion (my coding language) it's simply done with a "trim" option, but how do I do this in PHP?