php-general Digest 23 Dec 2011 16:14:02 -0000 Issue 7622

2011-12-23 Thread php-general-digest-help
php-general Digest 23 Dec 2011 16:14:02 - Issue 7622 Topics (messages 316082 through 316093): Re: Online Form Creation 316082 by: Christopher Lee 316083 by: Jim Lucas 316084 by: Govinda 316085 by: Christopher Lee 316088 by: Tedd Sperling

[PHP] Error Reporting

2011-12-23 Thread Floyd Resler
I know this is a very basic question and I'm almost embarrassed to ask it, but it's something I really struggle with. That is, getting the right combination of error reporting options together to report the errors I want. Right now, I get the errors I want except for parse errors. Basically,

Re: [PHP] Error Reporting

2011-12-23 Thread Jim Lucas
On 12/23/2011 8:13 AM, Floyd Resler wrote: I know this is a very basic question and I'm almost embarrassed to ask it, but it's something I really struggle with. That is, getting the right combination of error reporting options together to report the errors I want. Right now, I get the

Re: [PHP] Re: Question regarding passwords/security

2011-12-23 Thread Curtis Maurand
Store everything in the database in an encrypted form. Stuart Dallas wrote: On 22 Dec 2011, at 19:34, Paul M Foster wrote: I have concerns that the items in a session buffer can be copied and used to spoof legitimate logins. This is harder to do when the info is held in a database.