View Single Post
  #22 (permalink)  
Old Apr 30th, 2008, 19:19
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Basic database to call information

Are you certain you are saving the file as search.php, if not you will have to change the form action from

HTML: Select all
action="search.php?action=search"
to

HTML: Select all
action="yourfilename.php?action=search"
Pat
Reply With Quote