Jump to content

Auto-post data to .do


dotkpay

Recommended Posts

Hello,

I need to post plenty of data to a file with a java file with a .do extension using a php program.

How do I get to auto-post mass data in php from a database straight to this java file?

Put in mind that each mysql record is posted as its own form as in: <form ...>mysql record</form>

 

Thanks in advance

Link to comment
Share on other sites

Are you talking XML, because PHP doesn't send FORMS, only POST or GET. PHP has a POST_MAX_SIZE limit in it's php.ini, so there is a limitation that you can send TO PHP. But, you are sending to a java file, and I'm not sure about that one.  To POST data without a form, you would use cURL functions, but that still wouldn't put it in a <form>...</form> setting, but rather in the POST array (like all other POST data is sent).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.