PHP Loves JSON
JSON is a format for communication between the server-side (PHP, JSP, ASP, etc…) and the client-side (javascript). The magic of it is that the response from the server-side can be easily converted to...
View ArticleInspekt Build Available
Yesteday, I presented a full-day tutorial on SQL Injection & Session Hijacking In PHP Programming which seems to have been well received by those who attended. And today, I would like to present to...
View ArticleMySQL Case Sensitive On Linux
A good rule to remember. MySQL are case sensitive only table and database identifiers and only on platforms with case-sensitive filenames (Linux/Unix). So, If you’re developing a system. Do remember....
View ArticleSayonara PHP4?
As a PHP Developer, I think it’s time to move forward to PHP5. Today, I checked GoPHP5.org initiative: PHP developers cannot leverage PHP 5′s full potential without dropping support for PHP 4, but PHP...
View ArticlePHP Security Talk at MyGOSSCON 2010
Slide from my recent presentation at MyGOSSCON 2010 PHP Security View more presentations from Sumardi Shukor. A big thank you to those who attended my presentation. Big applause to the organizer.
View ArticleOSX : Installing MongoDB and the PHP MongoDB driver.
1) Grab the latest 64-bit version for OSX from MongoDB website. 2) Untar the file tar -zxvf mongodb-osx-x86_64-1.6.5.tgz 3) I use XAMPP for OS X, need to create a location for it to store databases....
View ArticleInstalling OAuth extension in XAMPP for Mac OS X
Installing via PECL didn’t really work out for me. So, here is what I did: Install Xcode if you don’t have it Download & install XAMPP for Mac developer package You will need the PHP header files....
View Article