Hello phpbuilders!
Hoping this is the right place to post :S
I'll type into my search for "little bobby tables" which will send me to mysite.com/site.php?=little bobby tables
Which is fine(ish... I can still get the data)
before the form submits I want to check the value of the form against my sql database and replace what im looking for
i.e.
little bobby tables = index 100
so when the form submits it'll send off:
mysite.com/site.php?=100
instead
Done some googling but cant really find anything, about as much as I could see was I need to use javascript/ some odd ball php to manipulate it though onSubmit but even then im still completely lost