PHP FUNCTIONS · A function is a code or statement block in a program. · perform some specific tasks. · Used repeatedly in a program. · Not execute automatically when a page loads. · Executed by a call to the function. · Name must start with a letter or an underscore, and not be case-sensitive. · …
Read moreCREATING THE PHP PAGES ( Integration HTML with PHP) For the creating PHP page use following steps :- · Open the text editors example- note pad . · Write html basic tags for simple html page. Ex. < !DOCTYPE html > < html > < body > < h1 > heading of page < /h1 > < /body > < /html > …
Read morePHP configuration in Apache on Windows Apache Installation Extract the compressed Apache download. extract it to any directory (by default on the root directory of the drive ). example:- C:\Apache24. Open an “ Administrator ” command prompt. (Click the Windows “ Start ” icon, then type “ cmd ”. Right-click the “ Command Prompt ”…
Read moreIIS configuration for PHP in Windows Steps for configuring PHP to work with IIS in Windows Configuring PHP: 1. Click on Start, type "inetmgr" in the Search programs and files, and press Enter. For Windows 7 / Windows Server 2012 · Open Control Panel · Programs and Features · Turn Windows features on or off. open the I…
Read more
Social Plugin