Forum Moderators: coopster

Message Too Old, No Replies

linux server database through windows

linux server database through windows

         

vivek avasthi

8:18 am on Jun 1, 2006 (gmt 0)

10+ Year Member



hi,

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)

WebmasterWorld Administrator 10+ Year Member



... and, of course, the database will have to have a distribution to that platform so you can run the server on it ;)