January 2009

25
Jan
2009
admin

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)

25
Jan
2009
admin

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.

13
Jan
2009
admin

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".

13
Jan
2009
admin

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.

07
Jan
2009
admin

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.