hello is it possible that if i want to connect to database from that is placed in another domain. i have password and login of that database. plz guide me?? regards. shams
yes affcorse, but database have to allow connection from outside.
in case that you need to connect to mysql database you can use
mysql_connect("122.122.122.122", "username","password");
or insteed IP number, you can use domain name.