Blogspot - 7daysphpbasics.blogspot.com - PHP Basics

Latest News:

PHP Manual 28 Jan 2012 | 03:28 pm

PHP Manual PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into H...

Link List 21 Sep 2011 | 05:05 am

C-Y-C Web Directory Ranking Website Directory Web Zone Directory The Adored Directory Linkroo - A better place for Backlinks | SEO Directory Link1 Web Directory Seo Web directory New link directory. S...

Using PHP With HTML Forms 20 Sep 2011 | 05:39 am

It is time to apply the knowledge you have obtained thus far and put it to real use. A very common application of PHP is to have an HTML form gather information from a website's visitor and then use P...

PHP Switch Statement 20 Sep 2011 | 05:21 am

In the previous lessons we covered the various elements that make up an If Statement in PHP. However, there are times when an if statement is not the most efficient way to check for certain conditions...

The If Statement 20 Sep 2011 | 05:17 am

The PHP if statement is very similar to other programming languages use of the if statement, but for those who are not familiar with it, picture the following: Think about the decisions you make befor...

PHP Operators 17 Sep 2011 | 12:35 pm

PHP - Operators In all programming languages, operators are used to manipulate or perform operations on variables and values. You have already seen the string concatenation operator "." in the Echo L...

PHP Echo 17 Sep 2011 | 12:16 pm

PHP - Echo As you saw in the previous lesson, the PHP function echo is a means of outputting text to the web browser. Throughout your PHP career you will be using the echo function more than any other...

PHP Variables 17 Sep 2011 | 12:13 pm

PHP - Variables If you have never had any programming, Algebra, or scripting experience, then the concept of variables might be a new concept to you. A detailed explanation of variables is beyond the...

Printing Date and PHP Date Formats 16 Sep 2011 | 05:44 am

<html> <head> <title>Example #1 Very First PHP Script ever!</title> </head> <? print(Date("1 F d, Y")); ?> <body> </body> </html> This sample code for printing date in php. Date Function Formatting...

Your first PHP-enabled page 16 Sep 2011 | 05:43 am

Example #1 Our first PHP script: hello.php <html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html> Use your browser to access the file with yo...

Recently parsed news:

Recent searches: