Re: AW: [PHP] IIS5 and PHP4 problems

2002-07-16 Thread Chris Hewitt
Peter Stöcker wrote: >Hi! > >The register_globals are "on". > >But using $_POST will cause some problems, because I also use generated >links like "test.php?id=4&usr=test" without using a form! > >So I don't get the variables by both these genrated links and forms. > The url you give above as an

RE: [PHP] IIS5 and PHP4 problems

2002-07-16 Thread John Holmes
IL PROTECTED] > Subject: AW: [PHP] IIS5 and PHP4 problems > > Hi! > > The register_globals are "on". > > But using $_POST will cause some problems, because I also use generated > links like "test.php?id=4&usr=test" without using a form! > > S

AW: [PHP] IIS5 and PHP4 problems

2002-07-16 Thread Peter Stöcker
he Nachricht- Von: Nookie [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. Juli 2002 12:30 An: Peter Stöcker Cc: [EMAIL PROTECTED] Betreff: Re: [PHP] IIS5 and PHP4 problems Hello Peter, Tuesday, July 16, 2002, 12:28:06 PM, you wrote: PS> Hi there! PS> I have a problem with the IIS

Re: [PHP] IIS5 and PHP4 problems

2002-07-16 Thread Chris Hewitt
Peter Stöcker wrote: >Hi there! > >I have a problem with the IIS5. > >After I have installed PHP4 following the instruction on php.net, everything >works fine instead of handling forms. > >Each variable deliverd by a form (e.g. test.php?id=5) is empty (id=="" is >true). > I imagine that the relea

Re: [PHP] IIS5 and PHP4 problems

2002-07-16 Thread Nookie
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) i

[PHP] IIS5 and PHP4 problems

2002-07-16 Thread Peter Stöcker
Hi there! I have a problem with the IIS5. After I have installed PHP4 following the instruction on php.net, everything works fine instead of handling forms. Each variable deliverd by a form (e.g. test.php?id=5) is empty (id=="" is true). Can anybody help?? Thanks, Peter