^Neptune commented on a Page, Calculator  -  Nov 23, 2009

Good snippet, nice use of case statements.

However it is a tad useless since you can just do

variable = variable + 1
variable += 1
variable++

and such.

I would rather just use built in functionalities than having to include a function in every PHP script. Still, nice example though.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.