because of problems just like this, i've moved to using printf() instead of
echo().

printf("x = %s and y = %s",$mapclick,$mapclick_y);

on 7/3/79 5:44 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:

> on 7/3/01 7:52 PM, Kurt Lieber at [EMAIL PROTECTED] wrote:
> 
>> I had a similar problem a while back that I solved by isolating my
>> variables.  Such as:
>> 
>> <?php echo "x = " . $mapclick_x . "and y = " . $mapclick_y . ""; ?>
>> 
>> As for why it's happening, I'm not sure.
> 
> 
> Wow, that fixed it!  Though it turns out I was mistaken in thinking I'd
> fixed the bug... it still says it's "unable to open" the image I give it...
> 
> hmmm..
> 
> Susan
> 


 -- mike cullerton



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to