use while and statement For String
Posted: Wed Jun 10, 2009 4:28 am
Hi all
please help me About this qouestin :
my string for example is :
$string = "name door pic other"; //(my string is random because retrieve from DB and have Space [mysql filed = text])
I want Detachment $string in output and every Word [exam : name or other] have a link
i think i must use explode , and while for this string..
I need this output :
name door pic and....
(actually i want create news tag and every tag need a link)
please help me About this qouestin :
my string for example is :
$string = "name door pic other"; //(my string is random because retrieve from DB and have Space [mysql filed = text])
I want Detachment $string in output and every Word [exam : name or other] have a link
i think i must use explode , and while for this string..
I need this output :
name door pic and....
(actually i want create news tag and every tag need a link)