Re: RE: Re: PHP Search DB Table

"Sascha Meyer" <[email protected]>
Newsgroups gmane.comp.php.windows,gmane.comp.php.database
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.