Search found 4 matches

by stevehaysom
Thu Aug 28, 2003 4:07 am
Forum: PHP - Code
Topic: Reliably start a background process with browser
Replies: 2
Views: 265

Thanks. I'll try it.

Steve
by stevehaysom
Wed Aug 27, 2003 5:08 am
Forum: PHP - Code
Topic: elseif statement and operators not working?
Replies: 4
Views: 327

Your register globals is Off, so that you have to get the form information from the $HTTP_POST_VARS array. Or you could turn register globals on. There is a function that tells you whether register globals is on, it's in the manual somewhere, something like get_register_globals_gpc() (=1 or 0) or su...
by stevehaysom
Wed Aug 27, 2003 5:02 am
Forum: PHP - Code
Topic: Reliably start a background process with browser
Replies: 2
Views: 265

Reliably start a background process with browser

Hi I am writing a mailing list manger using PHP and MySQL, using PHP 4.3 and FreeBSD Linux. I need to start a background process that can carry on after a browser process has finished, so that a mailing can be sent out. Can anyone tell me the best way to do this, or point me to an article/tutorial. ...
by stevehaysom
Thu Aug 21, 2003 10:59 am
Forum: PHP - Code
Topic: Securing a mailing list manager
Replies: 0
Views: 151

Securing a mailing list manager

Hi I am designing a mailing list manager script where security is important. Does anyone have any experience in this field who could advise me? I am doing the obvious things, such as using username/passwords and .htaccess. It needs to be secure enough so that someone cannot use it as an open relay f...