Posted by Floyd on 02/03/06 18:55
$sql="update products set smallpicname='" . $myfile. "' where id='37'";
mysql_query($sql);
"Jim S." <jim@yeah.com> schreef in bericht
news:VfnEf.4742$Nv2.3545@newsread1.news.atl.earthlink.net...
> hi, i have this
> $sql = "update products set smallpicname = $myfile where id=37";
> mysql_query($sql);
> i want the value of $myfile to be in the $sql , but it is not doing it, so
> what am i doing wrong?
> how can i put variables in the $sql statement so i can execute it with
> mysql_query ???
> since i want also to put .....id= $idvar please help
>
Navigation:
[Reply to this message]
|