Bman900 Posted March 26, 2009 Share Posted March 26, 2009 I am in the process of creating a website where you can ask a question an based on the words that were typed in the box I want them to be redirected to a specific page. I am a beginner at this but I need to get this project done and it would be a great learning experience. I haven't run into anything that would allow me to do this yet. I can use all the help I can get so please if you have anything say it. Example: What car should I buy? Script then would identify keywords like car and buy to redirect to a page like car.php that is on the server. Link to comment https://forums.phpfreaks.com/topic/151309-redirect-based-on-keywords/ Share on other sites More sharing options...
AdRock Posted March 26, 2009 Share Posted March 26, 2009 Sounds like some sort of AI. Maybe some ajax like ajax suggest Link to comment https://forums.phpfreaks.com/topic/151309-redirect-based-on-keywords/#findComment-794790 Share on other sites More sharing options...
Bman900 Posted March 26, 2009 Author Share Posted March 26, 2009 Sounds like some sort of AI. Maybe some ajax like ajax suggest So you think it would be possible to do this in PHP at all because I never learned AJAX and am trying to solidify what I know in PHP right now. Link to comment https://forums.phpfreaks.com/topic/151309-redirect-based-on-keywords/#findComment-794793 Share on other sites More sharing options...
Q695 Posted March 26, 2009 Share Posted March 26, 2009 put header redirect on a page, and have it change, or you could also do an include from the page submitting the data, it's really your choice. Link to comment https://forums.phpfreaks.com/topic/151309-redirect-based-on-keywords/#findComment-794801 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.