Hello Peter,

Tuesday, July 16, 2002, 12:28:06 PM, you wrote:

PS> Hi there!

PS> I have a problem with the IIS5.

PS> After I have installed PHP4 following the instruction on php.net, everything
PS> works fine instead of handling forms.

PS> Each variable deliverd by a form (e.g. test.php?id=5) is empty (id=="" is
PS> true).


PS> Can anybody help??


Check your php.ini -> register_globals ...

Try use $HTTP_POST_VARS['id'] or $_POST['id']



-- 
Pozdrowienia,
 Nookie                          mailto:[EMAIL PROTECTED]
 http://www.shakira-online.net
 http://www.xtina.pl
 http://www.jessica.prv.pl



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

Reply via email to