Paul DuBois wrote:

> At 11:32 -0600 2/1/02, Gerald Clark wrote:
>
>> The single quotes around $image prevent perl from substituting the 
>> value.
>> You are trying to load a file named $imageFN.
>> $SQL = "UPDATE banners SET image=load_file(\"$imageFN\") where id=1";
>
>
> But the single quotes are within a double-quoted string.  So shouldn't
> the substitution still occur?

Yes, you are correct. My mistake.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to