HI all,
I'm new to php,I have a problem with my code!
I have the following code:
echo "
some html code
<?
require("file.php")
?>
";
and when execute the script I get a parser error: Parse error: parse error, expecting ','' or';'' in /home/file.php on line 131
what is wrong?
Thanx