|
Subject:
|
register_globals
|
|
Posted By:
|
lunadellest
|
Post Date:
|
9/20/2003 4:01:00 AM
|
Hi OS: Win2000 IIS 5 php 4.2.3 I can't post the vars across the pages But I correctly set register_globals = On in the php.ini file Please, could you tell me were I'm wrong? thank you thousand.
*************************** Tony luna.php@lunadellest.com
|
|
Reply By:
|
nikolai
|
Reply Date:
|
9/20/2003 11:33:18 AM
|
You can post vars, you just can't access the incoming form data as a global variable when register_globals = off. You need to access them via the $_POST array.
There are LOTS of posts in the forums about this. Start here: http://p2p.wrox.com/archive/beginning_php/2002-11/17.asp
Take care,
Nik http://www.bigaction.org/
|