The host support guy finally replied. He wrote that they have a block for scripts longer than 30 sec which returns a 500 error. He says that there is no way to reset this.
I'm not that much of programmer so I think I'll have to forget the "socket"-programming.
So --hmmmm-- any advice on...
I have now tried sleep() and set_time_limit(600), but I still get "Internal Server Error". It seems to give me the error message at the same time as before.
I can't really use the BBC-trick, since I need to send individual info (retrieved from SQL DB "users") to each user ... but thanks anyway...
Hi,
I'm trying to make an interface for sending newsletters. I use a html form in fileA.php. The form action is fileB.php.
fileB.php is similar to this
<?php
$subject = "Newsletter from Lydhoer.dk";
$header = "From: "robot, lydhoer.dk" <robot@lydhoer.dk>";
$ures = @mysql_query("SELECT *...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.