People all over the world have understood the important of Internet. There are thousands of websites made each day and to work they may require some programming. One of the most popular programming scripting language for web development is PHP
. PHP
is the abbreviation for Hypertext Pre-processors. This means that server runs the script not by the client. This scripting language is becoming more and more popular compared to similar options in the market.
Once you start using PHP
you can add lots of interactivity to your website like form, counters and message boards are some of the examples of the same. If you have such things on your website they add lots of fun and interactivity for the user. The best part about PHP
it is free to download so there is no loyalty associated with it. Writing code is PHP
is not at all difficult and you can really have fun writing it.
If you want to declare the PHP
script on the server then the following PHP
tags need to be used for doing the same.
<?
Put Your PHP
coding here
?>
Alternatively you can also do it in the following way.
<script language="php
">
PHP
Code In Here
</script>
Procedure to call a PHP
script.
<?
phpprintinfo();
?>
If you want to run the PHP
script in HTML then you can do the following.
<html>
<body>
<?php
echo "How are you";
?>
</body>
</html>
There are certain servers, which are on the Internet may have PHP
already installed on but in some cases you many need to install the PHP
script. So you need to check and confirm whether your server has got PHP
.
You can take help of the following link to download and then follow the instructions to