It takes a bit to get used to it, but it's a much better way to handle things, especially where security is concerned.
Hope this helps.
--Joseph Guhlin http://www.josephguhlin.com/ Web Programmer / Unix Consultant / PHP Programmer
Dan Wade wrote:
Hello,
i'm grabbing querystring data like:
www.myserver.com/foo.php?id=bar
<?
echo $id;
?>
It works like a champ on dev server using php 3 but the sys admin
use PHP 4 on the production box and the querystring is no longer being
passed.
I can't imagine this changed from version to version.
Is he missing something in his install?
thanks,
-Dan
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php