PHP Programing language

adplus-dvertising
How can create a First Program in PHP
Previous Home Next

The PHP is a pure Web Application from interactive games to shopping cart . The PHP programming start from <?php. that starts a PHP section as far as the PHP engine on the server is concerned . When the server sends a PHP page back to the browser, the PHP engine starts by opening that page. When it seems markup<?php, it begins interpreting what follows as PHP.At the end of your PHP, you use the closing markup, which is ?>

For example:

<?php
.......
.......
?>

If you know the information for PHP and Wamp Server install or not, and the php engine on the server that we want ro insert some PHP code into the page.

Then write the line or code is:

<?php
php info()
?>

The phpinfo () is the function. And it's a function is a grouping of PHP code that is addressable using a single name, such as phpinfo(). If you check the php information then write code in dream viewer.

After the save the code for .php extension and start the wamp server http://localhost/ (chose the path) for the code.

Show the PHP information chart then, absolutely your PHP engine on for windows.

Previous Home Next