Rather than parts of commands to yield HTML (as seen in C or Perl), PHP pages contain HTML with implanted code that does "something" (in this case, yield "Hello there, I'm a PHP script!"). The PHP code is encased in extraordinary begin and conclusion preparing enlightening that permit you to bounce into and out of "PHP mode." What recognizes PHP from something like client-side JavaScript is that the code is executed on the server, creating HTML which is at that point sent to the client. The client would get the comes about of running that script, but would not know what the underlying code was. You'll be able indeed design your web server to handle all your HTML records with PHP, and after that there's truly no way that clients can tell what you've got up your sleeve.

The finest things in utilizing PHP are that it is amazingly straightforward for a newcomer, but offers numerous progressed highlights for a proficient software engineer. Do not be perplexed reading the long list of PHP's highlights. You'll jump in, in a brief time, and begin composing basic scripts in a couple of hours. Although PHP's development is centered on server-side scripting, you'll be able do much more with it.

Studied on, and see more within the What can PHP do? area, or go right to the basic instructional exercise on the off chance that you're as it were inquisitive about web programming.