[PHP] Script timeout with set_time_limit(0);

2001-05-17 Thread JFL
When I start a script like this : $fp = fsockopen($host, $port, $errno, $errstr, 30); if ($fp) { $fputs_str = "GET ".$path." HTTP/1.1\r\n"; $fputs_str .= "Host: ".$host."\r\n"; $fputs_str .= "\r\n"; fputs($fp, $fputs_str); fclose($fp); } The script will run for some time

[PHP] Upload from a Mac

2001-05-01 Thread JFL
Has anyone any idea why I can not upload a gif file from a Mac ? I can upload the file, but it is not a gif when I receive it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list adm

[PHP] ImageCopyResampled() -> Php 4.0.6

2001-05-02 Thread JFL
If I want to use ImageCopyResampled(), do I then need Php 4.0.6 ? http://www.php.net/manual/en/function.imagecopyresampled.php -- [ www.eksperten.dk ] Scandinavias biggest IT forum. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[PHP] MAX_FILE_SIZE : warning

2001-05-09 Thread JFL
When I set and a user uploads a file bigger than 50 my script prints a warning. How can I use MAX_FILE_SIZE and avoid that warning so that I can print my own error message to the user ? :) Jacob -- [ www.eksperten.dk ] Scandinavias biggest IT forum. -- PHP General Mailing List (http://w

Re: [PHP] MAX_FILE_SIZE : warning

2001-05-09 Thread JFL
Thanks :) -- [ www.eksperten.dk ] Scandinavias biggest IT forum. ""James Holloway"" <[EMAIL PROTECTED]> wrote in message 9db61u$7d9$[EMAIL PROTECTED]">news:9db61u$7d9$[EMAIL PROTECTED]... > Jacob, > > When you upload a file, it appends a few of its own variables. One of them > is size - assuming