What is it?
Server Side Language
EasyPHP Software
What can it do?
Take information from forms and store it in a database
Run threaded discussions
Serve XML pages
Build Web Applications
Value Data Types
PHP is a loosely-typed language. A variable does not need to be a specific type and can freely move between types.
Naming Rules
The first character must be the dollar sign ($).
Variables are case sensitive.
No comments:
Post a Comment