Developing PHP Applications

Zhannar Personal Blog

Archive for March, 2008

Mar-29-2008

Authentication with Zend Framework Article

Another great article for Zend Framework. It is all about ‘Login’ and ‘Authentication’ using this framework.

Link: Login and Authentication with Zend Framework

Have fun reading. This seems to be very helpful article. :)

Posted under PHP-MySQL, Zend Framework
Mar-6-2008

Reducing spammers using your “Contact Form” as a gateway

This is a simple function to eliminate those unwanted strings coming from the user’s input. In this way, we can reduce those spammers using your Contact Form as their gateway to spam.

PHP trim unwanted headers for mail

Posted under PHP-MySQL