[PHP] Configuration question

2002-11-13 Thread Hugo Gallo
I just installed PHPDEV423 to my WIN2000 box. The PHP is functioning (includes are working fine), but I can not read variables from a URL. Ex. a href=secondPage.php?PHOTO=PICT0048.jpglink/a Once the link is clicked. The secondPage.php is not reading the PHOTO= variable. Any help on the mistake in

Re: [PHP] Configuration question

2002-11-13 Thread Marek Kilimajer
You have register_globals off, use $_GET['PHOTO'] in your script Hugo Gallo wrote: I just installed PHPDEV423 to my WIN2000 box. The PHP is functioning (includes are working fine), but I can not read variables from a URL. Ex. a href=secondPage.php?PHOTO=PICT0048.jpglink/a Once the link is