Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sticky situation with remote mysql connection

Status
Not open for further replies.

lastingforhours

Programmer
Dec 29, 2004
49
US
im creating a client login system for my clients to login and remotely update their databases from my server. one thing i didnt notice in the beginning was that some of my clients have hosting service with godaddy and they dont allow remote mysql connections.

SO... is there a loophole i can take advantage of to accomplish having all the update forms still on my server and then sending the new data to files on their server to finish the process and update their database? anything at all? thanks!

--
Matt Milburn, Wave Motion Studios
matt@wavemotionstudios.com
 
You could always implement something on your server that connects to a script on their website and posts the information to it to be updated (probably want to encrypt it somehow) and then have the local script do all the dirty work.

check out some of the examples for posting to a remote form at , or you could always use curl .

HIH,
Derek

-------------
Derek F.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top