this is not my code >.< I found an online rpg engine thing online and d/l'd it when I try to start it I get this error, another problem is the writer is french so I found no english readme or anything usefull as to if I need more then what I have to see a bare bones running to be modified. anyway the issue is:
Parse error: syntax error, unexpected T_STRING in /home/content/s/i/l/silvermice/html/FightClub/map.php on line 65
these are lines: 60-72 ( as the code box shows numbers its line 6. )
/**********************************************************************
* affichage de la map avec la méthode __toString ()
* voir la classe omap pour plus de détails sur cette méthode
***********************************************************************/
?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<link rel="stylesheet" type="text/css" href="<?php echo PATH_CSS; ?>main.css" />
<script language="Javascript" type="text/javascript" src="<?php echo PATH_JS; ?>main.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
if you need more info lmk