php - I think this is a sql problem, but I can't seem to get rid of this error message -
Hey, yes, I've tried several times to get rid of this error:
Pars Error: Syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, Expect T_STRING or T_VARIABLE or T_NUM_STRING
I think this is a SQL problem, but this is just a simple query that any help I am running much appreciated Will go.
$ connDB = mysql_connect ($ host, $ user, $ pass) or die ("Connect Error:". Mysql_error ()); $ Sql = "Select * Images from '' where 'iimageid` ='". $ Iimageid "'"; $ Run SQL = mycq_query ($ sql, $ connDB); $ Sql per second; ? & Gt; & Lt; Table cellpadding = "0" selection = "0" range = "0" & gt; & Lt; TR & gt; & Lt; Td valign = "top" & gt; By & lt;? While ($ display_info = mysql_fetch_array ($ runSQL)) {? & Gt; & Lt; A href = "sfd / pimages /" echo $ display_info ['vimage'];? & Gt; " Rel = "lightbox [g]" & gt; & Lt; Img src = "sfd / pimages / thumb /" & lt;? Echo $ display_info ['vimage']; ? & Gt; "& Gt; & lt; br & gt; & lt;?}? & Gt; & lt; / TD & gt; Gt;
OK nm, let me submit this After getting it very quickly. $ Iimageid was not being removed, cared for now.):
Comments
Post a Comment