Browsing all articles in PHP
19
Apr
2011
Apr
2011
Dynamic multi form on same page with jQuery and PHP

This is a little demo of a small app that allow us to have several forms displayed on the same page, organized by sections, a static multiform can be easily [...]
10
Feb
2010
Feb
2010
Decrypting SourceCop php files
Every once in a while, I receive code that is encrypted using one of many php encoder software out there, so when I face this situation and if the project [...]
24
Dec
2009
Dec
2009
File Type Detection in PHP
I’m working on a project where the users can upload files, and I need to know the type of file they are uploading, a simple solution would be to check [...]
10
Dec
2009
Dec
2009
Format a Mysql DateTime Field with Zend_Date
Formatting Dates fetched from the db becomes a simple task with the help of Zend_Date, here I show you how I use a small function to handle date formatting in a simple way.


