January 2009

Cheat Sheets Collection of PHP, MySQL, Javascript, CSS, JQuery, HTML

PHP Cheat Sheet

The PHP cheat sheet is a one-page reference sheet, listing date format arguments, regular expression syntax and common functions and designed to make life a bit easier. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size PHP cheat sheet.

1.      PHP cheat sheet -1 or PHP Cheat Sheet (V1)

Learn PHP from Scratch

PHP stands for Hypertext Preprocessor. While other languages, like Javascript, function on the client-side, your PHP code will execute on the server level. It works seamlessly with our HTML. Furthermore, your PHP can be embedded within your HTML and vice versa. The important thing to remember is that, no matter how complicated your PHP is, it will ultimately be output as simple HTML.

HTML is 100% static. PHP is a scripting language that is perfect for developing dynamic web pages and applications.
You must have the following installed on your computer in order to begin.

Rasmus Lerdorf: The Creator of the PHP Programming Language

Rasmus LerdorfRasmus Lerdorf (born November 22, 1968 in Qeqertarsuaq, Greenland) is a Danish-Greenlandic programmer and is most notable as the creator of the PHP programming language. He authored the first two versions. Lerdorf also participated in the development of later versions of PHP led by a group of developers including Andi Gutmans and Zeev Suraski, who later founded Zend Technologies.

Wudu' (Ablution) and Tayammum (Dry Ablution)

Wudu:
Wudu is the Islamic act of washing parts of the body using water. Muslims are required to perform wudu in preparation for ritual prayers and for handling and reading the Qur'an. Wudu is often translated as "partial ablution", as opposed to ghusl, or "full ablution".

The 77 Branches of Faith by Imam Ashraf Ali al-Tahanawi

The Messenger of Allah (Allah bless him and give him peace) said “There are over 70 branches of faith. The highest is to bear witness that ‘There is no god but Allah and Muhammad is the Messenger of Allah’ (la ilaha illallahu muhammadur rasulullah). The lowest is the removal of harm from the road. Modesty is also of faith." We will therefore mention these qualities.

Customize a PHP configuration file at Runtime

You can change your php.ini file configuration at runtime using PHP scripts. Customize such settings as whether global variables are turned on, the default directory to upload files to when writing upload scripts, and the maximum allowed size for uploaded files.

PHP Options and Information functions enable you to get a lot of information about PHP itself, e.g. runtime configuration, loaded extensions, version and much more. You'll also find functions to set options for your running PHP.