Sending large text to php
Posted: Thu Oct 21, 2004 2:24 pm
Hi, I'm using a desktop program wich obtains some data and then executes an url to send some feed back to my site and store that information to a database example:http://mypage.php?p=c&x=u&............. ... 885|...and so on...
I'd like to send all the information at once instead to do several times the post back of the php page and send the information in parts. Is it possible? Because I read in this forum we can only send about 1782 characters with this method.
Or maybe there is another way to do it, I don't know.
the thing is that I'd like to go to my web server only one time since I have all the data ready to go.
Thank you.
CJ
I'd like to send all the information at once instead to do several times the post back of the php page and send the information in parts. Is it possible? Because I read in this forum we can only send about 1782 characters with this method.
Or maybe there is another way to do it, I don't know.
Thank you.
CJ