Hi guys. I'm not too good with php buh i know asking helps alot.
for those of y'all who get wha i mean, this is what i want to do
for example.. A form submits info to dbase and their's a part of of dbase that carries keywords which are seperated with a comma ',' .
is there any possible way i could remove those comma's so i use the words for something useful like search tags.
see example
dbase brings ' hi, boy, girl, this, that, you, me, hey, why, etc, etc.'
i remove comma's then we have like <a href="search.php?q=hi">hi</a> and so on for the others.
i hope someone gets what i mean :-)
for those of y'all who get wha i mean, this is what i want to do
for example.. A form submits info to dbase and their's a part of of dbase that carries keywords which are seperated with a comma ',' .
is there any possible way i could remove those comma's so i use the words for something useful like search tags.
see example
dbase brings ' hi, boy, girl, this, that, you, me, hey, why, etc, etc.'
i remove comma's then we have like <a href="search.php?q=hi">hi</a> and so on for the others.
i hope someone gets what i mean :-)
Comment