Re: [PHP] i cannot pass variables to php script...

2002-04-30 Thread efa
thx that worked, the problem is that I am installing XMB which is php/mysql based message board, and they are useing syntax similar to mine ( without $_GET). Is there a workaround for it, without having to edit their code? I'll try to recompile the PHP with trackvars enabled as suggested by other

RE: [PHP] i cannot pass variables to php script...

2002-04-30 Thread Lazor, Ed
Make sure enable track vars is enabled. Try specifying global $arg before you access it. Try using phpinfo(); in your script. That will display all available variables. -Original Message- From: efa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 1:04 PM To: [EMAIL PROTECT