PHP Best practices and worst mistakes

Wednesday, March 31st, 2010 Posted in General, PHP Programming, web programming, Web standards | 1 Comment »

Months back, I made a post similar to this, But I believe another post emphasizing on the best practices is not considered bad. :-) Working with PHP is something you enjoy everyday!. You ... Read more..

Know more about PHP frameworks

Friday, June 26th, 2009 Posted in PHP Programming | No Comments »

Here is another nice, well I think it is nice, since it's pretty short and gives you an over view quickly. All PHP developers must find one Framework for them ... Read more..

4 SQL injection methods every PHP programmer should be aware of.

Monday, February 2nd, 2009 Posted in 4 series, Databases, PHP Programming, web programming | 1 Comment »

The Problem with all the codes is that the value is not sanitized before it will be sent as a query. All we need to make sure is that we ... Read more..