I am getting a parser error whenever I try to execute a program.
Parse error: parse error, unexpected '.' in /var/www/html/spywgc/adm/ctshell/getproduct/getproduct.php on line 9
This is the code
$select_url= " select product_id from sp_url where url like '%.$url.%'";
$url is a string and I want to retrieve it from database to assign it to $select_url.
$url? Could you post the lines above and below this line too?