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
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
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
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
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
5 matches
Mail list logo