I have created a database search page that will return all rows matching your input. The page works fine except during initial loading. The PHP script returns information on all rows. Once you enter your search criterial and click submit you will only get return data specific to that search.
How do I stop the page from returning all rows during the initial page load?
Cheers,
Wayne