So I'm currently stuck on a little idea I'm trying out. Currently I have a 'GET form' with PHP running on my site. What I'd like to do is when the get form is submitted, it'll be pointed to a page where an IF ELSE script will be waiting (No idea if it's called IF ELSE with PHP functions)
Now, what I'd like this script to do is to read the GET Form value from the URL. If it matches to a specific few keywords, it'll redirect to a specific page. If it doesn't match any of the words, it'll be pointed to another.
Hopefully something like this will be simple to you guys, as I'm currently completely lost on making this work. Any help is appreciated, thanks a lot in advance!