PHP Basics Tutorials - LearnPHP.org
Has someone ever told you, "if you work hard, then you will succeed"? And what happens if you do not work hard? Well, you fail! This is an example of an if/else conditional statement.
April 23,
2008
Today Views:
2 Total Views:
166
The PHP if statement is very similar to other programming languages use of the if statement.
April 22,
2008
Today Views:
1 Total Views:
157
Without understanding much about the details of PHP, you can save yourself a great deal of time with the use of the PHP include function.
April 21,
2008
Today Views:
1 Total Views:
186
A mostly-complete list of PHP's operators and how to use them.
April 21,
2008
Today Views:
2 Total Views:
163
As you should be aware the HTTP protocol, as used for serving web pages, is completely stateless. This means that after the server has received a request, processed it and sent a response, the process which dealt with that request dies.
April 18,
2008
Today Views:
2 Total Views:
193
Comments in PHP are similar to comments that are used in HTML. The PHP comment syntax always begins with a special character sequence and all text that appears between the start of the comment and the end will be ignored by the browser.
April 18,
2008
Today Views:
1 Total Views:
187
File access in PHP is much simpler than people seem to think. It is quite a bit different from a database, yet remarkably similar. As I am hoping to show you through this tutorial, file input and output is a synch once you get the hang of it.
April 17,
2008
Today Views:
1 Total Views:
196
It is time to apply the knowledge you have obtained thus far and put it to real use.
April 17,
2008
Today Views:
1 Total Views:
227
Installing PHP on an Apache server is a lot easier than most people seem to think. It takes only a few minutes to do. Follow these easy instructions...
April 15,
2008
Today Views:
1 Total Views:
170
A function is just a name we give to a block of code that can be executed whenever we need it. This might not seem like that big of an idea, but believe me, when you understand and use functions you will be able to save a ton of time and write code that is much more readable!
April 15,
2008
Today Views:
2 Total Views:
201






















