A
Anonymous
Guest
Hi guys,
currently in my database, i have a column where they store bookmark html code
e.g: <a name="dddda"></a>
actually i wanna remove all all the html tags and only display the ddda in a textfield to the user.. the prob is how can i remove the html bookmark tags ?
I did think of using strip_tags function.. but what should i put at the end of the function ? is it <a name=""></a> ?? this doesn't make sense to me.. is there any other way i can do this ?
PLease advise.
currently in my database, i have a column where they store bookmark html code
e.g: <a name="dddda"></a>
actually i wanna remove all all the html tags and only display the ddda in a textfield to the user.. the prob is how can i remove the html bookmark tags ?
I did think of using strip_tags function.. but what should i put at the end of the function ? is it <a name=""></a> ?? this doesn't make sense to me.. is there any other way i can do this ?
PLease advise.