how to include remote server database in php ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rupalee
    New Member
    • Dec 2010
    • 14

    how to include remote server database in php ?

    I want to connect to central database like

    for example I am having central database which is used by all orgnization.
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    Do you know what database it is? MySQL? Oracle? MSSQL?

    do you know the address/name of the server it lives? do you have the credentials (username and password)?

    Do you know how to talk to it? If it's one of the three DBMS systems I mentioned, then you would need to know SQL to talk to it (query it) AND also know what structure of the data is.

    Cheers,


    Dan M

    Comment

    Working...