[PHP] Fw: [PEAR] ORA 12571 error TNS PACKET write failure

2002-08-09 Thread Verdana Musone
- Original Message - From: Verdana Musone Sent: 2002Äê8ÔÂ9ÈÕ 16:27 To: [EMAIL PROTECTED] Subject: [PEAR] ORA 12571 error TNS PACKET write failure I used below code to write data to ORACLE 8i DB. But i got some error message some times: "12571 error TNS PACKET write failure.&quo

Re: [PHP] isset($var) && !empty($var) same time!

2002-08-03 Thread Verdana Musone
ar) same time! because your variable is set already! try doing this: echo empty($asdadadadadadasd); you will get a warning and have a FALSE value. Elias "Verdana Musone" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I always set error_reporti

Re: [PHP] isset($var) && !empty($var) same time!

2002-08-03 Thread Verdana Musone
I always set error_reporting(E_ALL) oR error_reporting(2047), but i have never got any errors when just use empty() to determine whether a variable is set. If the variable is: 0, null, not set or an empty string. Then the empty() will return true. It's unnecessary to call isset() first.

Re: [PHP] Protect PHP coding

2002-08-01 Thread Verdana Musone
And the server must install Zend Optimizer - Original Message - From: Martin Towell Sent: Friday, August 02, 2002 8:09 AM To: 'YC Nyon'; [EMAIL PROTECTED] Subject: RE: [PHP] Protect PHP coding One option is the Zend Encoder Martin -Original Message- From: YC Nyon [mailto:[EMAI