Hello. I have a strange error T_String, because it was not there until I changed my server. I updated my details, but returns:
Parse error: syntax error, unexpected T_STRING in /usr/home/motorra/public_html/login/db_connect_close.php on line 4
1. <?php
2. $link = mysql_connect("localhost", "USER", "PASS")
3. // Close connection
4. mysql_close($link);
5. ?>