Or alternatively
extract($HTTP_GET_VARS); // creates all GET vars, no others
echo $C;
- Steve Yates
- Omit needless, redundant, unnecessary, repetitive words.
/ Taglines by Taglinator - www.srtware.com /
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
Hi Jeff...
Have a look at http://www.php.net/release_4_2_0.php .
>From version 4.2.0 onwards, request variables are no longer registered in
the global scope.
You'd probably find that if you used echo $_GET['C'] instead of just echo
$C, it would work.
Matt
"Jeff Britts" <[EMAIL PROTECTED]> wrot