Current Page: 1 of 1
Results 1 - 4 of 4
17 years ago
ecolodge
Thank you very much!
Forum: WampServer English
17 years ago
ecolodge
so how would i change this to act properly? <?php $server = "localhost"; // server to connect to. $database = "mysql"; // the name of the database. $db_user = "webmaster"; // mysql username to access the database with. $db_pass = "mypassword"; // mysql password to access the database with. $table = "usertryout"; // the table that th
Forum: WampServer English
17 years ago
ecolodge
Perfect, thats exactly what I was looking for. Now of course another problem. And I think its easy. I get this error message and it appears its looking for the username and password for mysql. Warning: mysql_connect() : Access denied for user 'webmaster'@'localhost' (using password: YES) in C:\wamp\www\create.php on line 6 Could not connect to mysql because Access denied for user 'webmaster
Forum: WampServer English
17 years ago
ecolodge
Okay, PHPmy Admin works, Database works, when i type it works. But, If I make a .php file, where do I store it so I can test in browser!? I am kinda new to this.
Forum: WampServer English
Current Page: 1 of 1