Category: php
The Raspberry PI (so far, three models, A, B and B Plus) is a credit-card size tiny full functional PC that runs Linux (e.g. Raspbian). I have introduced the …
I think you may have some common code to write for most of the PHP pages. So instead of keep a copy at each PHP file, it is better …
My website steakovercooked.com has been on one of the fasthosts shared-hosting servers. Recently, my site has been disabled many times due to a huge number of requests to my …
PHP (PHP Hypertext Processor) is well known and very popular today. Almost more than 80% of alexa top 100 websites are based on PHP. PHP is a scripting language …
March 27, 2014
algorithms, code, code library, cryptography, implementation, math, php, programming languages, string, tricks, webhosting
As we all know, we can store a set of boolean values (Yes or No, True of False) in a integer (signed or unsigned). For example, you can define …