OMAR WEBDESIGN

WELCOME TO OMAR COMPANY  

Headlines

NEW INNOVATION full story...

PHP full story...

JAVA full story...

PYTHON full story...

VBS full story...

SCRIPT full story...

PHP - What is it?

PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly." 
This is generally a good definition of PHP. However, it does contain a lot of terms you may not be used to. Another way to think of PHP is a powerful, behind the scenes scripting language that your visitors won't see! When someone visits your PHP webpage, your web server processes the PHP code. It then sees which parts it needs to show to visitors(content and pictures) and hides the other stuff(file operations, math calculations, etc.) then translates your PHP into HTML. After the translation into HTML, it sends the webpage to your visitor's web browser. PHP will allow you to:

PHP - Syntax

Before we talk about PHP's syntax, let us first define what syntax is referring to.

PHP's syntax and semantics are similar to most other programming languages (C, Java, Perl) with the addition that all PHP code is contained with a tag, of sorts. All PHP code must be contained within the following...

PHP Code:

 


<?php
?>
 
or the shorthand PHP tag that requires shorthand support to be enabled on your server...
 

<? ?>

Next 1 2

About Us | Site Map | Privacy Policy | Contact Us | ©2014

omarwebdesign.netau.net


Free Web Hosting