[PHP] Avoid the session mechanism?

2002-02-18 Thread B Richards
Found this article and need the experts to consult on the statement avoid the session mechanism. Is this a true problem? And what should we do if we cannot have a dedicated server to ourselves? http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/php.html Avoid the session

RE: [PHP] scheduled tasks

2002-02-16 Thread B Richards
What do people think about making a cron job call a page by doing a lynx http://www.site.com/automatedtasks.php every hour? -Original Message- From: Michael Sims [mailto:[EMAIL PROTECTED]] Sent: February 16, 2002 9:59 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP]

RE: [PHP] scheduled tasks

2002-02-16 Thread B Richards
What do people think about making a cron job call a page by doing a lynx http://www.site.com/automatedtasks.php every hour? -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: February 16, 2002 3:02 PM To: Rodney Davis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] scheduled

Re: [PHP] Re: Sending an e-mail to 1,000 people

2002-02-02 Thread B Richards
How many emails per hour can people generate on a typical dedicated server? on qmail? on smtp? - Original Message - From: Manuel Lemos [EMAIL PROTECTED] To: Ed Lazor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, February 02, 2002 9:09 PM Subject: Re: [PHP]

Re: [PHP] How should I cache database data for php?

2002-01-22 Thread B Richards
I've been following this discussion and has anyone tried smarty? smarty is a template but also does caching. haven't tried it but i think you can set the cache to be like 30 seconds and it will display a cached html page instead of hitting your database. i think you can also cach only