How do I add tags in php?

HotNoob

New member
you mean tags like BBCode?

You should look into, str_replace and preg_replace.
The most common way of adding tags is using php_preg replace to convert the tags into html.
 
I have a program that I created in php to post real estate, it's almost like a blog. Now I want to add tags to it that I can choose and enter myself with each post; in the same way that you can add tags to your photos on flickr. I'm trying to search online, but i can't think of the words to use to generate a helpful search. Any help would be greatly appreciated.

Thanks!
 
you mean tags like BBCode?

You should look into, str_replace and preg_replace.
The most common way of adding tags is using php_preg replace to convert the tags into html.
 
you mean tags like BBCode?

You should look into, str_replace and preg_replace.
The most common way of adding tags is using php_preg replace to convert the tags into html.
 
you mean tags like BBCode?

You should look into, str_replace and preg_replace.
The most common way of adding tags is using php_preg replace to convert the tags into html.
 
you mean tags like BBCode?

You should look into, str_replace and preg_replace.
The most common way of adding tags is using php_preg replace to convert the tags into html.
 
Back
Top