|
Posted by tonjo on 02/02/06 16:37
before $sql = "update products set smallpicname = $myfile where id=37";
and see is there any value in the variable.
--
΄|΄ () |\|] ()
---
Navigare Necesse Est,
Vivere Non Est Necesse
www.nautika.tk
"Jim S." <jim@yeah.com> wrote in message
news:gaoEf.4766$Nv2.1201@newsread1.news.atl.earthlink.net...
> i tried, :( did not work.
> any other suggestions?
>
> "Tyrone Slothrop" <ts@paranoids.com> wrote in message
> news:lc24u1li65dc3hn8lq3jkc26tmktqoovb5@4ax.com...
> > On Thu, 02 Feb 2006 12:52:05 GMT, "Jim S." <jim@yeah.com> wrote:
> >
> >>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
> >>
> >
> > Try placing some quotes around the file name:
> > \"$myfile\"
>
>
Navigation:
[Reply to this message]
|