i got this code:
print "<a HREF=\".$row['sciezka'].\"><img SRC=\".$row['thumb'].\"><br>.$row['nazwa'].(.$row['ile'].)</A>"
and i get this error :
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in c:\foxserv\www\tapety\kategoria.php on line 10
what's wrong ?
print "<a HREF=\".$row['sciezka'].\"><img SRC=\".$row['thumb'].\"><br>.$row['nazwa'].(.$row['ile'].)</A>"
and i get this error :
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in c:\foxserv\www\tapety\kategoria.php on line 10
what's wrong ?
Comment