Php
When a web page is accessed, the server checks the extension to know how to handle the page. Generally speaking if it sees a .htm or .html file, it sends it right to the browser because it doesn [...]
Date time formatting in PHP Many scripts written in php need date and time function . PHP has many predfined date formats and you can also customized it as per your need . Here are some of th [...]
To send email in php is pretty easy. Following are some basic steps. 1. Create an address array, to store the email ids. 2. create your subject, message line 3. make a loop to read the above e-mail [...]
There is a predefined function "mail" in PHP which send mail from your web server The Syntax is: mail(to,subject,message,headers,parameters) Parameter Description to Required. Spec [...]
AppServ is a full-featured of Apache, MySQL, PHP, phpMyAdmin. You can setup in 1 minite. Package of AppServ - Apache - PHP - MySQL - phpMyAdmin Preparing package before install. Download App [...]
There are two main ways to install PHP for Windows: either manually or by using the installer. Manual Installation Steps: Download the PHP zip binary distribution from » PHP for Windows: Binaries [...]
"PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web deve [...]