Archive for the ‘ PHP ’ Category

PHP vs ASP

Here’s a quick comparison of PHP vs ASP
• Open source
• Free
• PHP is cross-platform scripting language.
- It can run on Linux, Solaris, Windows
- ASP runs reliably on IIS
• PHP is faster than ASP
• No Hidden Costs with PHP
• PHP is object oriented
Read the rest of this entry »

PHP Hello World Example

Here’s a simple PHP Hello World Example

< html >
< head >
< title > PHP says hello < /title >
< /head >
< body >
< b > < ? php print "Hello, World!"; ? > < /b >
< /body >
< /html >
Read the rest of this entry »

History of PHP

Let us take a look at the history of PHP. Rasmus Lendorf was the creator of PHP language.

What Does PHP Stand for
PHP stands for PHP Hypertext Preprocessor; however, Personal Home Page is also abbreviated as PHP commonly.
Read the rest of this entry »

Introduction to PHP

PHP is a widely-used scripting language that is suited for Web development can be embedded into HTML.

Here’s a brief introduction to PHP
Read the rest of this entry »