Hey anyone,
well I have creating an admin panel from which user can insert keywords as you type keywords in google.com. I hope you have understood, so how is it possible with php and in the same time they can insert new keywords like one u can see in this discussion forem for tags. If anyone with some ideas, plz do reply. Thanx in advance.

Recommended Answers

All 3 Replies

use explode() for this. explode "," and insert each tag into database

thanx muralikalpana but i need a textbox where user will type 's' for software and gives commas and again 'l' for language which he can choose from a dropdown. I have made an autoselection where if you just type s it will lists out all the keywords starting from s. But where i fail is after that if the user wants to insert another keyword separated by comma, it won't appear. so how to solve this one.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.