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?? Link to comment https://forums.phpfreaks.com/topic/97-php-apache-problem-casting-of-arguments/ 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\'] Link to comment https://forums.phpfreaks.com/topic/97-php-apache-problem-casting-of-arguments/#findComment-275 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.