Code:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?php
// MYSQL
$conn = mysql_connect("localhost", "judgemen", "MYPASS")' at line 1
This is what im trying to add.
Code:
<?php
// MYSQL
$conn = mysql_connect("localhost", "judgemen", "MYPASS");
mysql_select_db('judgemen_donate', $conn);
?>