Tutorial search
PHP Tutorials
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
PHP Basics Tutorials
We hope that you will enjoy our PHP Basics tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Basics tutorials to our site. Thank you !
Recently I needed to create a page in Wordpress that didn't have the sidebar on it. Took me a wile to find the solution, but the one I found works like a charm. Takes a bit of programming knowledge, but not too bad.

Learn how to add Gravatar (global avatar) support to your web sites.

What are regular expressions, how to use them and their support in PHP are main streams of this tutorial.

In computer science an array is a data structure consisting of a group of elements that are accessed by indexing. In most programming languages each element has the same data type, in PHP however each element can be a different data type. Each element of an array has a unique identifying index number. Changes made to one element of an array do not affect the other elements.

Future-proof your site by using the PHP include statement - allowing you to change your site design quickly and easily.

Functions are arguably one of the most useful features of PHP. They allow a programmer to encapsulate sections of code within a structure which can then be executed from anywhere else in the program flow. Functions are instantiated by use of the function keyword, followed by the user-defined function name including a list of parameters between the paretheses

Conditional statements are used in PHP (and in any other programming language) when the programmer wishes to place a branch in the code, where a specific result will occur if, and only if, a set of conditions is matched

Loops in PHP are very useful when you need to perform repetitions of the same code over and over again, or when you need to ensure that you iterate through all possible values of an array, for example. They come in a few different flavours, the most common being “for” loops and “while” loops

Variables are probably one of the most commonly used code constructs you’ll come across while programming in PHP

There are times in programming where you need to keep track of many variables at once. Maybe the current time of day, the number of items in a package or the name of a certain product. These variables may all be very similar too though, you might, for example, need to keep track of the names of all employees in a company, or the number of items inside each of a large number of packages. Arrays can be used to keep track of these multiple values from within one variable.

So you want to create your own image uploader?? Maybe for a image hosting website? If you are unsure what I’m on about then it’s simple…

This tutorial will show you how to include files into your page. This basically adds the easy-of-editing of CSS to your HTML. This will allow you to create a framework for your site that allows you to have one navigation file to edit, and it will change on every page the navigation is displayed on.
Total Tutorials in Category: 288





