#2 not working with register_globals = off
open
nobody
None
5
2003-07-14
2003-07-14
No
Discussion
Log in to post a comment.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Logged In: YES
user_id=296596
In index.php (after connect_db()), I added the following:
if ($_SERVER['REQUEST_METHOD'] == 'GET') {
extract($_GET);
} else {
extract($_POST);
}