View Single Post
Old Mar 26th, 2008, 1:26 PM   #2
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,603
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
Re: Simple PHP Search Script

The problem is your not pulling the searching variable out of the POST data.
What you need to do first is this:

php Syntax (Toggle Plain Text)
  1. $searching = $_POST['searching'];

Put that above the if statement and it will work.
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline   Reply With Quote