Hi,
I got help yesterday for a question on passing parameters to a php generated image.
The following works for passing a parameter :
<img src="picture.php3?Locate=<?php echo ($Locate); ?>
if i type in the URL www.mydomain.com/index.php3?Locate=Detroit
then it works fine.
However, it doesn't seem to work if I pass a two word parameter to it.
for example, if the url is www.mydomain.com/index.php3?Locate=New+York
then it doesn't recognize it.
anyone know how this can be done?
thanx