Client: http://www.easydispatch.com.com
Error Number: 2
Error: mysql_connect() [<a
href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user: 'user@saleen.websitewelcome.com' (Using password:
YES)
Error in file: /home/libertyc/public_html/EDTest/reservation.php
Error at line: 387
Which doesn't make sense to me because I have this working on other systems with other servers. I copied all that I had, and I have the ports 3306 and 3389 open like I do for the other servers.
the line at 387 reads: these are lines 386, 387, 388, and 389
//connect to MySQL and select database to use
$connection = mysql_connect($EDServerIP,'user','pass');
$db = mysql_select_db('easydispatch',$connection);
$sql = "Insert Into RepeatOrders";
If anyone has any ideas that would be great, I feel like beating my head on a desk after dealing with the same problem all day.
Thanks in Advance