Categories

Updated: 01/15/2003

Solving register_globals OFF trouble

From 4.2.0 version of PHP, as default setting they have turned register_globals variable to ON. This script solves the register_globars without having to change php.ini file. Just include the getget.php and getpost.php at the beginning of your php code in order to get all your query string and/or POST vars with same names.
©2003-2019 jCay.com