Hi everyone,
I get the following error message:
Parse error: syntax error, unexpected $end in
but again can’t see where I went wrong?
[php]$string=“SELECT * FROM downloads WHERE mft_id=”.$row[‘id_mft’]." ORDER BY id_dl DESC";
$query=mysql_query($string);
$count=01;
while($r=mysql_fetch_array($query)){[/php]
And I get this error on this statement.
Parse error: syntax error, unexpected $end : eval()'d code on line 5
I can’t see what I’m going wrong, any ideas?
[php]$s=“SELECT * FROM manufacturers ORDER BY name_mft ASC”;
$q=mysql_query($s);
$break=2;
$breaks=2;
while($row=mysql_fetch_array($q))[/php]