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 [...]
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 [...]
Oct
2009
Mysql5 and PHP5 on centos4
I have the need to install php5 and mysql 5 on a centos 4 server, so I found that the Centos Plus repository had this, and this is what I [...]
Oct
2009
Mysql unique keys and collations
I’m working on an application that stores unique values on a field, so I used the unique index for this column, everything was ok, until I’ve started inserting multi byte characters in it. [...]
Sep
2009
Parsing HTML documents with Simple Html DOM
I had to get some information from an XHTML document, the information required was on nested tables, I’ve started working on that and my first approach was to get the [...]


