[PHP] Browsers...

2001-12-27 Thread Jesus Maria Bianco T.
Hello, World :-) I've been using the PHP_AUTH_USER and PHP_AUTH_PW, in some scripts, I've had some problems with it in somes Browsers. I tested with a phpinfo() function and the browsers with the problems doesn't appear PHP_AUTH_USER and PHP_AUTH_PW with the respective values. It's like

Re: [PHP] Sending out mass mail without having timeout problems ..

2001-12-27 Thread Jesus Maria Bianco T.
Hi, If you will send a lot of e-mails, I recomend you, that use under the Console: $rush nohup php -q file_send_email.php The nohup, tell to maquine that don't hang up until finished. php -q (quiet mode) and the last character () for let the process in background. It's only works on *nix

[PHP] Re: File Upload Question...

2001-12-27 Thread Jesus Maria Bianco T.
Hi, Remember 2nd Q: The file is Upload to a temporaly direcory, later you copy from temporaly (temporaly name) to a final (rename the file) destination. Under *NIX, I don't if Windows's PHP when upload tthe file, the file is copied to a temporaly directory. Bye, I've still My Question