Hey everyone.
I am curious, is it possible to post data from one db to another? (MySQL.)
I have researched this a little bit and it seems like cURL is the proper tool, however I am not too familiar with it.
I basically have a simple form that I want to concatenate into a string with a
| delimiter, store it in a variable and then post it to another webserver using SSL which will explode it and create a record in the db with the array.
The part I don't get is how to actually POST it.
Any suggestions?
Thanks.