hi all, i keep getting this error and i'm new to php. i really don't get the error here:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in ...index.php on line 90
line 90:
line 91:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in ...index.php on line 90
line 90:
Code:
echo "<form id="form1" name="form1" method="post" action="start.php?action=<?php echo $Action; ?>&lan= <?php echo $_GET['lan']; ?>&invite=submit">
line 91:
Code:
echo " <font color=\"#FFFFFF\" face=\"Trebuchet MS\">\n";
Comment