On Wed, 15 Jan 2003, Steven J. Sobol wrote: > On Wed, 15 Jan 2003, Steven J. Sobol wrote: > > > Yes. Weird. > > > > The other server on which I just installed 4.3.0 has register_globals > > turned on too, and it's *not* registering globals. > > I meant to add, "And neither is the one on which I installed Aegir." > > So perhaps the form variables aren't being passed properly.
But maybe they are... I just wrote a small script that checks the value of a form variable posted to the script, and it works. <form action="p.php" method="post"> <input name="s"> <input type="submit"><BR> <?= $s ?> </form> This is at http://stevesobol.com/p.php and it does work. Now I'm *really* confused. -- Steve Sobol, CTO JustThe.net LLC, Mentor On The Lake, OH http://JustTheNetLLC.com/ 888.480.4NET (4638) A practicing member of the Geek Orthodox religion! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
