PHP Introduction
PHP scripts are executed on the server.
On user end xampp,wamp can be used .
PHP means " Hypertext Preprocessor"
PHP is a widely-used, open source scripting language
PHP scripts are executed on the server
PHP is open source language and can be freely download and use.
PHP scripts are executed on the server.
On user end xampp,wamp can be used .
PHP means " Hypertext Preprocessor"
PHP is a widely-used, open source scripting language
PHP scripts are executed on the server
PHP is open source language and can be freely download and use.
PHP File?
- PHP files can contain text, HTML, CSS, JavaScript, and PHP code
- PHP code are executed on the server, and the result is returned to the browser as plain HTML
- PHP files have extension ".php"
What Can PHP Do?
In php dynamic page can be developed.
- In PHP files can be created, opened, read, write, delete, and closed on the server
- In PHP data can be collected.
- In php cookies can be send and receive c
- In PHP data can be added, deleted, modified in your database
- In php control user access can be monitored.
With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.