Hi,
I receive the following error message when including the file anime.php:
Parse error: parse error, expecting `'('' in d:\web\anime\aAnime.php on line 4
Here is the code snippet from Anime.php that causes this error to pop up. I cannot find anything wrong with it. I have even tried to delete the entire function, to no avail.
<?
function InitialiserSession ($UsagerConnecté = FALSE, $DonnéesUsager = NULL)
{
$TempsDeSauvegarde = 3600 24 30; // 30 jours de sauvegarde
Line 4 (the one with the error) is the line where the "{" is standing all alone. As I said, I tried deleting the whole stuff, changing lines, putting the code in comments, nothing works.
Any idea?