On Thu, 2003-05-29 at 10:34, Kelli Coggins wrote:
> I load http://www.lowconet.com/searchNew/search.php in the browser, then
> type text in the input box. I click Find It! and the page reloads with no
> results and a cleared input box. I guess the page is not finding search
> results so just reloads itself.
Maybe global variables are not being passed to the script? That's a
recent security feature for PHP4.
Check your php.ini file and make sure this is set:
register_globals = On
--
David Norris
http://www.webaugur.com/dave/
ICQ - 412039
Received on Fri May 30 10:56:10 2003