php-general Digest 23 Jul 2011 15:49:55 -0000 Issue 7412

2011-07-23 Thread php-general-digest-help
php-general Digest 23 Jul 2011 15:49:55 - Issue 7412 Topics (messages 314168 through 314169): Re: dependency check 314168 by: Alex Nikitin Re: PHP frameworks 314169 by: mrfroasty Administrivia: To subscribe to the digest, e-mail:

Re: [PHP] Re: PHP frameworks

2011-07-23 Thread mrfroasty
Investing your time on Zend Framework is worth it.I do mostly php development under Magento Platform, and Zend Framework becomes one of the vital skills I need.Apart from that, ZF is also a well thought Library that is a joy to work with.As one mentioned, the best part of it it gives the option to

[PHP] Segmentation Fault

2011-07-23 Thread Floyd Resler
I moved to our new server which is using 5.3.2. I'm getting a segmentation fault error on certain ODBC queries I run. For some reason when I ask for particular columns from the database table I get the error. The error is Program received signal SIGSEGV, Segmentation fault.

[PHP] Members area Login with permissions!

2011-07-23 Thread alekto
Hi, I need some help with my html/php, restricted access script. The purpose with this script is to let users login to a members area; some with admin permission, some with newbe permission and some with advanced permissions. The permissions are pre-defined in the MySQL-DB with a

Re: [PHP] Segmentation Fault

2011-07-23 Thread Nilesh Govindarajan
On 07/23/2011 09:38 PM, Floyd Resler wrote: I moved to our new server which is using 5.3.2. I'm getting a segmentation fault error on certain ODBC queries I run. For some reason when I ask for particular columns from the database table I get the error. The error is Program received