dusty22 Posted January 28, 2003 Share Posted January 28, 2003 PHP- apache problem > casting of arguments by url eg. .../file.php?id=2&delete=yes doesn\'t work on my apache server(file.php doesn\'t recive any arguments - can\'t see id and delete). What shoul I do to make it work?? Quote Link to comment Share on other sites More sharing options...
effigy Posted January 28, 2003 Share Posted January 28, 2003 this could be due to your register_globals setting in the php.ini file. try using: $_POST[\'id\'] or $_GET[\'id\'] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.