Hi jasmen,
On Fri, Jul 02, 2004 at 04:11:12PM +0200, [EMAIL PROTECTED] wrote:
> Hello,
>
> I have some problems with htdig php wrapper 1.0
>
> If I run search.php I get the message "There was an error executing this
> query. Please try later."
>
> If I set $Debug = 1; # set to non-zero to display debugging messages
> I get empty paramters:
> method =
> format =
> sort =
Do you use GET or POST as form action? This steers the behaviour whether
you have to use the $_POST or $_GET Array to get the values out of the
form submittal.
Example:
$method = $_POST['method'];
$format = $_POST['format'];
$sort = $_POST['sort'];
> What is wrong here???
>
> Thank you!
> With kind regards
> jasmen
>
Yours,
Martin
--
--------------------------------------------------------
arago AG, Institut fuer komplexes Datenmanagement
Am Niddatal 3, 60488 Frankfurt/Main, [EMAIL PROTECTED]
Tel. 069/405680, Fax 069/40568111, http://www.arago.de
--------------------------------------------------------
pgpxpt8GjTyqE.pgp
Description: PGP signature

