Archive for the 'Blog' Category

THE PHP BASIC

August 13th, 2008 by Jerson


Image Source: www.edueast.gov.sa
PHP. The best web programming language that I have ever encountered and used. It provides you a server-side technology and hides the real codes to the viewer of the site. Once the guests view the source code, all that will appear is the html of the code. They will not know all the loops and if-else statements that your program has.
The first thing to do is to declare the scripting language. There are three ways to declare it. The first one is the way that you declare other language: the first one is