John, Thanks for your patience.
I've been trying to get a grip on PHP/MySQL with a book written by Jay Bulger and Jay Geenspan. Obviously a wrong choice since your solution is not mentioned in their book. I will check the manual more often. Frank "John W. Holmes" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > > Does this bug also applies to passing variables in an URL. > > > > I'v noticed that when the directive register_globals is set to off as > it > > is > > recommended in the php.ini file no variables are passed on to other > pages. > > Switching it to on would be the simplest solution, but scripts like > > phpMyAdmin do not seem to have these problems. > > The variables are passed, you just have to reference them as > $_GET['variable'] or $_POST['variable'], which is also mentioned many > times in the manual. > > ---John W. Holmes... > > PHP Architect - A monthly magazine for PHP Professionals. Get your copy > today. http://www.phparch.com/ > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php