I'm trying to use this line in a php script:
$metadesc = "<meta name=\"description\" content=\".$_POST['description'].\">";
However, it gives me an error. Is there anything wrong with the line? note that the contents of $metadesc is later written to a file.