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. Quote 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 Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/151309-redirect-based-on-keywords/#findComment-794801 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.