less two
In this lesson we're going to learn how to start programming within php.type the next code into the program (php or dreamweaver).
before starting:
how to program with php.
Php is a special website programming style for complex and dynamic websites.
To start you need to now that with php a code has to start with special brackets to be suported.
There're many ways to state the bracket, you may use the one that makes you easy to program, here we go!
Example 1:
<? ?>
Example 2:
<?Php ?>
Example 3:
<
<html>
<head>
<title>My First Website/Php</title>
</head>
<body>
<body>