binarylime Posted February 14, 2008 Share Posted February 14, 2008 Hi, maybe not the best thread title, but I'm not really sure what it is i want. Basically, users are making a page. They type the main body of text into a text field. Then they can type meta tags into a tag field which relate to their main page content. I want to run preg_match to match any words in the main text to tags which already exist in the database. I'm OK with the preg_match, but i want any matches displayed before the form is submitted - allowing the users to click on the match, which will insert it into the tag field for their page. So...am i talking AJAX? I'm trying to keep things as simple as possible.... Thanks guys! Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted February 14, 2008 Share Posted February 14, 2008 I would say since your using PHP preg_match() to get your matches; you will need to use AJAX. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.