Hello.
I have a form passing a variable to a php script.
I want to take this variable (actually, it's a 5 digit zip code), append ".html" to it and post it to the address bar and refresh. Basically, pull up a html page that is named the same as the zip they imput. If not found, I'll have a mismatch condition send it to a sorry not found page. Any other ideas?
We don't want to list zip codes.
From a true php newbie...
Thanks,
Ben