Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Parse error: syntax error, unexpected T_STRING on line 2


chrishajer
Participant

@chrishajer

Actually, I think the problem is that there is no space after the <?php, the comment starts right away.

You have this:

<?php// ** MySQL-asetukset ** //

It should be this:

<?php // ** MySQL-asetukset ** //

Or just put the comment on the next line.

Skip to toolbar