View Single Post
Join Date: Jun 2008
Posts: 40
Reputation: enim213 is an unknown quantity at this point 
Solved Threads: 2
enim213 enim213 is offline Offline
Light Poster

Re: php code to search and show results on same page

 
0
  #2
Jan 7th, 2009
Hi, you can have php code
  1. <?php echo $_SERVER['PHP_SELF'];?>
on your form action to return the results in the same page.

and in the top of your page(the same page with the form), add conditional statements for all/any or search form fields and then query them ..

Show us your code for us to debug it.
Reply With Quote