Re: RE: Re: PHP Search DB Table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Oliver,

Oliver wrote:
> 
> Okay, thank you all again for your input, I have tried a number of
> suggestions to work out what is happening. Just to reiterate here is the search
> form which is on a different page.
> ...

Try the following code on your search page to display GET- and POST-variables submitted by your form:
[CODE]
<?php
print "<pre>";
print "POST:<br />";
print_r($_POST);
print "<hr />";
print "GET:<br />";
print_r($_GET);
print "</pre>";
[/CODE]

I couldn't locate an error in your previously posted code so let's give this one a try.

Regards, 

Sascha
-- 
Freundliche GrÃÃe / Kind regards,

Sascha Meyer
--------------------------------------------------
EE:  http://www.experts-exchange.com/M_761556.html
ZCE: http://www.zend.com/en/yellow-pages#show-ClientCandidateID=ZEND011290

GRATIS! Movie-FLAT mit Ãber 300 Videos. 
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux