Php

How to create theme in Magento

[...]

How can I execute PHP code on my existing myfile.html page?

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 [...]

Php Date Format

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 [...]

How to send multiple e-mail in PHP

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 [...]

Send Mail Using PHP

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 [...]

How to install AppServ

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 [...]

How to install PHP on Windows

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 [...]

What is PHP

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