what I want is to access the page that i host on my computer (which i can already do) and when i submit the form have it connect to this database (hosted here) and add the information
on this code
CODE
$con = mysql_connect("DO I PUT MY WEB LINK HERE(i.e. onestop.99k.org)", "onestop_99k_org_DB", "password");
this is the error i get when i try it
"Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'onestop.99k.org' (10061) in C:\wamp\www\OneStopAP\edit.php on line 56
Could not connect: Can't connect to MySQL server on 'onestop.99k.org' (10061)"
If its not possible to access this database from another website then that would answer my question but if there is a way to access this database from another website then could someone plese explain how to do it?
additional notes: wamp is "online" and my code works with my localhost and my local database..