06.07.2016, 16:43
Quote:
Yes, I'm using XAMPP, Before when i was leaving the pass empty, it had the same issue, So i tried to gave pass and thought this would help.
Here is my mysql_connect. mysql_connect("localhost", "root", "password", "database", connection, 1); |
PHP код:
mysql_connect("localhost", "root", "database", "password");
PHP код:
connection = mysql_connect("localhost", "root", "database", "password");