im trying to make a login page and i get the message
Parse error: syntax error, unexpected T_STRING in C:\Program Files\xampp\htdocs\login\login.php on line 18
<?php
//Database Information
$dbhost = "localhost";
$dbname = "password";
$dbuser = "admin";
//Connect to database
mysql_connect (...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.