RE: [PHP] Pass variables via URL

2002-04-11 Thread Martin Towell
missing an "echo" - -Original Message- From: Craig Westerman [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 9:45 AM To: php-general-list Subject: [PHP] Pass variables via URL I'm trying to set $image = imageA via a URL: http://www.abc123.com/php001/image_s

[PHP] Pass variables via URL

2002-04-11 Thread Craig Westerman
I'm trying to set $image = imageA via a URL: http://www.abc123.com/php001/image_switch.php?image=imageA Script is: Image Switch Image link ends up as: http://www.abc123.com/php001/.gif Link needs to be: http://www.abc123.com/php001/imageA.gif What am I doing wrong? Thanks Crai