I'm currently working on a site with authentication using PHP sessions with a database. i dont know how to solve this.
header("location:singleprod.php?product_id=$row['product_id']");
the header is not working. The error shown is Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)
Any help please.... Thanks in advance.