Insert Multiple records on remote server

adastra

Member
Licensed User
Longtime User
Hi
We need to insert multiple records to remote MySQL server. Right now we have to call our php file multiple times for inserting and wait for the response. This takes lot of time.

I am sure there shall be an option wherein we send all our records in "body" and call our php script which in return shall parse it and then insert it into the database.

We need help to direct us on right path.
 
Top