Deprecated: Assigning the return value of new by reference is deprecated in /home/quadium/public_html/chamber/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/quadium/public_html/chamber/wp-includes/query.php on line 15

Deprecated: Assigning the return value of new by reference is deprecated in /home/quadium/public_html/chamber/wp-includes/theme.php on line 505

Deprecated: Assigning the return value of new by reference is deprecated in /home/quadium/public_html/chamber/wp-content/plugins/dofollow/sem-dofollow.php on line 69
JAB- JustABout Everything » PHP

PHP

Word Count: 40

March 16th, 2011 | Alan | Computers and Internet

Do you know what PHP stands for?

Interestingly enough, PHP stands for:
PHP: Hypertext Preprocessor

Here is an example of some PHP code:

echo "Hello World";
?>

This is the most simple example. If you are familiar with C++ you will probably catch on to PHP fairly quickly.


Leave a Comment