Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am making PHP Application on local system and I am using wamp server . actually I want to connect database from remote server which is in the domain server.

can anybody tell me. how to connect the database from my domain server to local wamp server?

please help me .

thanks
Posted
Comments
Sergey Alexandrovich Kryukov 17-Jun-13 15:54pm    
What kind of remote server? What does it run? A Web service? Web site? Just the database server (but then having just two tiers is not good enough)? Something else?
—SA

1 solution

Your remote server probably wants to expose a web service that allows access to data in the database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900