i have a database name "registeration" on linux server...can i use this database on windows server..using php..
eelixduppy
10:45 am on Jun 1, 2006 (gmt 0)
Depending of what database you have the following may be different, however the concept is the same: $link = mysql_connect("location","username","password");
Just make sure that the location string is the location of the database server on your linux machine.
coopster
4:23 pm on Jun 1, 2006 (gmt 0)
... and, of course, the database will have to have a distribution to that platform so you can run the server on it ;)