Archive for the ‘Advanced Programming’ Category

Write secured PHP

Monday, October 6th, 2008

Image Source:sitepointstatic.com PHP programming was written to be an easy language to program. Completely opposite to being very security oriented. It was so until the 4.1 version. Undeniably, Php has grown to be popular in the short ...

Looping Statements Doesn’t loop?

Sunday, August 10th, 2008

Image Source: www.pragprog.com Did you know that looping statements doesn’t loop the whole if-else statement if you put an if-else statement in the looping statement? That’s right. Looping statements only goes through the if-else statements once. Once the looping statement activates the statements inside the if-else statement, the looping statement will ...