stan_knight2000@yahoo.com
New member
- Joined
- Mar 4, 2009
- Messages
- 1
- Programming Experience
- 10+
Hi everyone,
I got a two prong question that is connected and it's been bugging me for some nights now so I appreciate the assistance...
I got a remote location (http://www.mysite.com) that I want to access via a desktop application (MyApp). It needs to connect to a database on that site to retrieve user information... How do I refer to that database?
And the second part is how do I refer to a folder in that website, such as http://MySite.com/folder1? Can I just go...
folder="http://www.mysite.com/folder1" ?
And I'm trying to make it so I don't need to know the exact IP Address? Please help .
I got a two prong question that is connected and it's been bugging me for some nights now so I appreciate the assistance...
I got a remote location (http://www.mysite.com) that I want to access via a desktop application (MyApp). It needs to connect to a database on that site to retrieve user information... How do I refer to that database?
And the second part is how do I refer to a folder in that website, such as http://MySite.com/folder1? Can I just go...
folder="http://www.mysite.com/folder1" ?
And I'm trying to make it so I don't need to know the exact IP Address? Please help .