i am geting this error can someone help me what i am missing?
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\xampp\htdocs\projekt\kosik1.php on line 6
here is a code:
$vysledok = mysql_query("SELECT * from produkt where IDprodukt='.$_GET['id'],$link");