HI,
The contents here are written to a file. Where my select statement is, I need the " at the beginning and then end of the statement. Currently I keep getting a parse error which means I have to change those two " to ' . What I want to do is making them literals. So that when the other file is written it will include the " on either end of the select statement. How do I make them literal??
$contents = ("
<?
eval ('\$Formusername = \'$Formusername\';');
include('../dataincludes/connect.inc');
\$result = mysql_query("SELECT Template FROM Distributor WHERE Username = '\$Formusername'");