n1concepts Posted September 27, 2010 Share Posted September 27, 2010 Hi, Is there a way to send extracted information from one (local) MySQL db, via PHP, to an external web form - having that web form submit that info to it's connected MySQL db without human interaction? Basically, I need to automate a process using the $_GET function to that form but not sure if there is a way to accomplish this from just connecting to the web form (itself); bypassing direct MySQL access which is the later option. Any input appreciated - thx! Link to comment https://forums.phpfreaks.com/topic/214564-need-to-pass-data-to-an-external-web-form-from-local-mysql-db/ Share on other sites More sharing options...
roopurt18 Posted September 28, 2010 Share Posted September 28, 2010 http://www.php.net/manual/en/class.httprequest.php I use it all the time. Link to comment https://forums.phpfreaks.com/topic/214564-need-to-pass-data-to-an-external-web-form-from-local-mysql-db/#findComment-1116610 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.