Send inserts to mysql thru port 80

Posted on 16th Feb 2014 by admin

Hi!

I have an application that must do some inserts in a mysql db. This db is behind a firewall, and only port 80 is available.
My first thougt is to use xml or csv, and in some way parse that using php.
How can this be done? I can not use a web page with an send button, this has to be more or less automatic.
I am brand new to php, so if possible give me example.

Thanks

Other forums