Reply to Re: $sql = "update products set smallpicname = $myfile .....????
Posted by Jim S. on 02/02/06 15:41
i tried that it did not work.
i know that the value is in the $myfile since i tested it using echo.
"Antonino Tumminelli" <my.hero@web.de> wrote in message
news:1138886683.469557.240670@g43g2000cwa.googlegroups.com...
> $sql = "update products set smallpicname = ".$myfile." where
> id=".$idvar;
>