I am trying to insert a a href into php to add the items to the basket. but it is giving me the following error:
Parse error: syntax error, unexpected 'file_id' (T_STRING), expecting ',' or ';' in mproducts.php on line 96
Here is my code:
echo '<a href="mproducts.php?page=mproducts&action=add&id<?php echo $row['file_id']?>">Add to Basket</a>';