KS> Recently upgraded to Windows 4.2.1 today from 4.1.1 and the following script
KS> will not run..

The register_globals change would do this if:

KS> http://www.lemonlainey.com/ebay/auctionoutput.php?jpegifimage=1997n1998teds.
KS> jpeg&createAuctionPage=Create

createAuctionPage is also empty.

Either turn on register_globals, or use

$_GET[jpegifimage] and $_GET[createAuctionPage] in place of
$jpegifimage and $createAuctionPage


- Julie

--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com

Find "Sams Teach Yourself MySQL in 24 Hours" at
http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to