Access denied in webform to database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
scorpio90
Forum Newbie
Posts: 23
Joined: Wed Mar 10, 2010 10:45 am
Location: Newcastle

Access denied in webform to database

Post by scorpio90 »

I really hope that someone can help me on this one,

i have created a online form and when i submit the form it says:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'web127-smsform'@'localhost' (using password: YES) in C:\wamp\www\Right_Buy\connect.php on line 13
ERROR: Access denied for user 'web127-smsform'@'localhost' (using password: YES) 1

i have used php my admin for the database i hope that this is enough infomation fo someone to give me a clue as to what is wrong as i desperatly need this done.
DaiLaughing
Forum Commoner
Posts: 76
Joined: Thu Jul 16, 2009 8:03 am

Re: Access denied in webform to database

Post by DaiLaughing »

Probably should have left more time to learn how then?

I suspect your username and password are wrong and so the server is bumping you.
Post Reply