Page 1 of 1

variables not pased to onother files

PostPosted: 16. March 2006 18:21
by Atomicus2
Guys, where and what should i turn in config, to let my variables go to another files?

Ex: i got index.php, in it i got link to index.php?a=add_user, and what i got instead of new user site is just refreshed index.php. What is wrong?

PostPosted: 16. March 2006 19:04
by Wiedmann

PostPosted: 16. March 2006 19:28
by Atomicus2
register_globals is on,a nd it's still not working correctly

PostPosted: 16. March 2006 19:33
by Wiedmann
Then you have another problem. Please give us a code example und descripe exactly what you do.

PostPosted: 16. March 2006 19:42
by Atomicus2
ok, thats my foult, now it works, just tell me where i can set $_GET['sp'] to be just $sp. I know its not good, but I must reorgenize code, and it will take me a time

PostPosted: 16. March 2006 19:52
by Wiedmann
just tell me where i can set $_GET['sp'] to be just $sp.

php.ini
Code: Select all
register_globals = On