RE: [PHP] A follow up on my question about good coding practice [isset]

2004-09-10 Thread Gryffyn, Trevor
For reference: http://www.blueshoes.org/en/developer/php_cheat_sheet/ > -Original Message- > From: Al [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 06, 2004 7:47 PM > To: [EMAIL PROTECTED] > Subject: [PHP] A follow up on my question about good coding > practice

[PHP] A follow up on my question about good coding practice [isset]

2004-06-06 Thread Al
I could use one additional clarification regarding good practice. As I understand the php manual the following is acceptable. $foo= TRUE; if($foo) do.. ; where $foo is a binary; but not a variable. Use isset($var) for variables and be careful with $var= ' '; etc. because $var is assi