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! Link to comment https://forums.phpfreaks.com/topic/91101-run-query-and-display-results-immediately/ 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. Link to comment https://forums.phpfreaks.com/topic/91101-run-query-and-display-results-immediately/#findComment-467184 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.