Hi,
I am running PHP in Windows 2000 with IIS.
If i get the form's object of some other page as $Text1 then it doesn't work. But if I read it with $POST("Text1") then it works. Is this problem due to platform?
$Text1 should work as well, as it is a valid syntax.
More interesting thing $POST("Text1") doesn't work in some systems esp. Linux.
Is there some way I could use one thing which runs perfectly on both the OS?
Thanks.