[PHP] Re: exec() not exec-ing?

2003-01-04 Thread gilrain
imple, and actually what I was first advised. Pity I thought I could find a better way. ;) Thanks to everyone who helped me out! I learned a lot, so it was worth my screw-ups. gilrain -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] exec() not exec-ing?

2003-01-04 Thread gilrain
he problem -- if it's possible. gilrain -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] exec() not exec-ing?

2003-01-04 Thread gilrain
e! This is no better than my original PHP script, since it too will hang the browser on long operations. I'm back to square one, if I can't run that script without the browser waiting on it to finish... Any ideas, given this new situation? gilrain -- PHP General Mailing Lis

Re: [PHP] exec() not exec-ing?

2003-01-04 Thread gilrain
t solve the problem. Still searching, gilrain -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] exec() not exec-ing?

2003-01-03 Thread gilrain
ython ncMailer.py >/dev/null &"); return true; } The mailing file is written fine, and the Python script parses the file and e-mails fine, as long as I run it myself from the shell. However, the exec() call appears to do nothing at all, least of all run my script. I've tried

Re: [PHP] Timeout during SMTP operation.

2003-01-02 Thread gilrain
Okay, that does sound more efficient. I'd love to give this a try, but to be completely honest I haven't done much from the shell other than basic commands and managing MySQL. I do know that my host allows me to use crontab, though, and most other common *nix programs. Could you (or any of the oth

[PHP] Timeout during SMTP operation.

2003-01-02 Thread gilrain
Hi all, I've just finished a PHP/MySQL mailing list. Basically, I'm having problems with my sendmail function. It takes an array of e-mail addresses ($addresses) and loops through it, e-mailing each one using an SMTP class I found (the only identifying comment in it is "SMTP Class By TOMO (2001/09