Click to See Complete Forum and Search --> : W2K + IIS 5.0 + PHP 4.3 Don't work!


grehivin
02-26-2003, 12:43 PM
I have a Windows 2000 Pro system on FAT32 with IIS 5.0 and PHP 4.3.
The webserver just work fine for simple HTML, but when i try to call a PHP page with a variable parameter server returns me this message:

Notice: Undefined variable: lista in E:\Grehivin\WFYD\images.php on line 36

The link goes like this: a href="images.php?lista=F" it must work but does not.

Can anyone give a direction to go PLEASE :).

Thanx

jerdo
02-26-2003, 05:04 PM
Try accessing is like this:
$_GET['lista']

matto
02-27-2003, 10:12 AM
or, look at:
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10230315