RE: [PHP-INST] Problems with variables

2002-10-07 Thread Peter Houchin
instead of putting php.ini in winnt put it in the default windows folder , either c:\windows or c:\win, as per the install txt file that comes with the distrib. on the varibles instead of calling $var call them like $_POST[var] or $_GET[var] > -Original Message- > From: Daniela Elena Po

Re: [PHP-INST] Problems with variables

2002-10-04 Thread Jim Thome
Make sure you are making changes to the correct php.ini file (shown in your phpinfo) and remember to restart your server. Jim >>> Daniela Elena Popescu <[EMAIL PROTECTED]> 10/04/02 07:21 AM >>> I can not to transmit variables from a form to a script. I made register_globals=on in php.ini, but i