Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~223 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for haris_1

i get this error Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\1\register.php on line 80 this is my code <html> <body style="background-color:#00B5FC"> <?php $connection = mysql_connect("localhost", "root", "drndic899") or die("couldn't connect to the server"); mysql_select_db ("login", $connection) or die ("couldn't connect to the database"); error_reporting(0); if ($_POST['register']){ if …

Member Avatar for diafol
0
223