Hey PHP Geniuses...
I've got a small problem. I have 8 people who are advisors for 2200 zip codes split between them.
Essentially, I need a simple php script that when a zip code is entered, it forwards the user to the page of their advisors.
IMPORTANT: BECAUSE OF A CMS LIMITATION, I DO NOT HAVE SQL FUNCTIONALITY.
Thanks for all your help!
zip code redirect to page...HELP!
Moderator: General Moderators
Re: zip code redirect to page...HELP!
Your CMS sucks.
Store the page-zip code pairs somewhere, then given the zip code look up the page to redirect to.
What else can I say? You haven't described your system.
Store the page-zip code pairs somewhere, then given the zip code look up the page to redirect to.
What else can I say? You haven't described your system.
Re: zip code redirect to page...HELP!
That's exactly what I want to do, but I haven't found a script written like that...can you suggest one?
Re: zip code redirect to page...HELP!
In this case, it's probably best to roll your own.