Featured Articles
480 days ago10 Best jQuery Drag And Drop Plugins
464 days agoBest Examples of Free jQuery Content Sliders
How to generate a PDF and send as attachment using PHP
FPDF is a class that provides a useful way to deal with PDF documents using dynamic content. Sometimes, according to a special circumstance, also would be valuable to send directly ...
human readable byte format
Inspired by: http://www.phpfront.com/php/Convert-Bytes-to-corresponding-size/Converts number in bytes to the number in bytes, megabytes, gigabytes, terabytes, etc. Works well as far ...
PHP Introduction
Introduction to PHP
Introduction
PHP is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. PHP ...
Installing PHP
Installation
Download PHP
Download PHP for free from: http://www.php.net/downloads.php
Download MySQL Database
Download MySQL for free from: http://www.mysql.com/downloads/index.html
Download ...
PHP Syntax
Syntax
A PHP scripting block always starts with . A PHP scripting block can be placed anywhere in the document.
<?php
?>
A PHP file normally contains HTML tags, just ...
