Nabil wrote:
for ($i=0 ; $iwith n records you send n http GET requets, which take a long time,
using bandwith, and needs n executions of php script on webserver2.
Why not simply creating a csv file on the fly, with all your
3fields data, and send it to the php script on the other webserver?
You can
[snip]
1-the problem is that the 30 second of execution time expired before i
can
send even 200 records.
[/snip]
Use set_time_limit() in the page itself, requires no mod to php.ini
http://www.php.net/set_time_limit
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
I have the following example case:
1- More than 1000 record in my MySQL database.
2- I have to submit those record via HTTP GET or POST method.
3- I have to read the confirmation message that will be printed on the
remote page showing me that the vars have been inserted in the remote
database.
4-
3 matches
Mail list logo