http://www.vectorials.com
http://www.3dlessons.com
http://www.flashperfection.com
http://webdesign.org
http://www.tutorialkit.com
http://www.markuptutorials.com

PHP Basics Tutorials - LearnPHP.org

Sort byTutorials Per Page
Pages:9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | Next| Last
A mostly-complete list of PHP's operators and how to use them.
April 21, 2008 Today Views: 1 Total Views: 179
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: 1 Total Views: 208

Using Comments in PHP

Author: tizag.com  Rating:
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: 194
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: 212
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: 233
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: 4 Total Views: 186

Functions

Author: tizag.com  Rating:
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: 3 Total Views: 217
A variable, is something which can hold a dynamic value. A variable is distinguished from other things because it starts with a dollar sign.
April 14, 2008 Today Views: 1 Total Views: 207

Arrays

Author: tizag.com  Rating:
An array is a data structure that stores one or more values in a single value.
April 14, 2008 Today Views: 1 Total Views: 167
In software engineering, a design pattern is a general solution to a common problem in software design. A design pattern isn't a finished design that can be transformed directly into code, it is a description or template for how to solve a problem that can be used in many different situations.
April 11, 2008 Today Views: 1 Total Views: 227
Pages:9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | Next| Last