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 developers to write dynamically generated pages quickly.
What can PHP do? Anything. PHP is mainly focused on server-side scripting, so you can do anything any other CGI program can do, such as collect form data, generate dynamic page content, or send and receive cookies. But PHP can do much more.
What that you need to run the php script on your computer?
1. You must have PWS (Personal Web Server) with Apache
2. You must have MySQL server to support your database
3. You must install the php.ini file
4. You must install the my.ini file
Example
Type - 01
---------
html
head
title Example /title
/head
body
/body
/html
Type - 02
---------
html
head
title Example /title
/head
body
/body
/html
more : web.solusi@gmail.com
No comments:
Post a Comment