problems with an include statement
Posted: Tue Aug 15, 2006 2:18 pm
I am having problems with the following include statement and I know I am overlooking something.
include ('images.php?TypeID='.$typeID.'&ListingID='.$listingID);
This is the error i'm getting. I'm not pulling the last parameter. I put a print $listingID right before this line and the variable printed fine.
Warning: main(images.php?TypeID=42&ListingID=): failed to open stream
include ('images.php?TypeID='.$typeID.'&ListingID='.$listingID);
This is the error i'm getting. I'm not pulling the last parameter. I put a print $listingID right before this line and the variable printed fine.
Warning: main(images.php?TypeID=42&ListingID=): failed to open stream