[PHP-WIN] Re: Cant get PHP to run on Win 98

2002-05-01 Thread Steve Yates
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:/

[PHP-WIN] Re: Cant get PHP to run on Win 98

2002-04-30 Thread Matt Parlane
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