Active Articles: 2038
Total Categories: 16
Sub Categories:616
PHP Include uses | ||||||||
Utilise PHP includes on your website to make changes in design and navigation much easier. Also features a cool way to make your own 'image viewer'. ... learn more
| ||||||||
| ||||||||
TechiWarehouse PHP Tutorial | ||||||||
It covers all the basic in neat and clean manner. Its recommended for beginner and those that have just passed the beginners mark. Also good for those who want to brush up on the basics. Its intent was to make PHP welcoming for the beginners and not to make the whole intro sound too technical... ... learn more
| ||||||||
| ||||||||
PHP Tutorials (Chauy) | ||||||||
A PHP tutorial that covers all the basics of PHP. It is geared towards web developers with little or no PHP experience. ... learn more
| ||||||||
| ||||||||
Mysql & Php: A Beginners Look | ||||||||
As in many languages, there are 150 different ways to do just about everything, the same rule applies for a simple connection and output of data in a mySQL database using PHP. This tutorial will give you only one way of accomplishing this, and while it works, it is definitely not the only way. ... learn more
| ||||||||
| ||||||||
PHP Tutorial - Syntax | ||||||||
In this tutorial you will learn about PHP Syntax - Syntax for Writing a script, Scripts VS. File and Comments ... learn more
| ||||||||
| ||||||||
PHP for dummy | ||||||||
PHP for dummy is a small tutorial for the absolute beginners how to start with PHP. This article covers more topic from installation to PHP basics. ... learn more
| ||||||||
| ||||||||
PHP regular expression tutorial | ||||||||
In this article I will show you how to use PHP regular expressions in your own PHP scripts. ... learn more
| ||||||||
| ||||||||
Redirecting Users | ||||||||
Ever wanted to redirect users using PHP? Using HTTP headers? Conditionally? Peter explains all this and more, in order to help improve your site and coding. ... learn more
| ||||||||
| ||||||||
PHP: Looping Statements | ||||||||
PHP performs several types of repetitive operations, called "looping". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutorial shows the basic idea on how to use looping statements in PHP, along with examples, and descriptions ... learn more
| ||||||||
| ||||||||
PHP: the basics: introduction to PHP | ||||||||
In this tutorial, you'll learn the basics of PHP. ALso explained is a typical situation in which you can use PHP. ... learn more
| ||||||||
| ||||||||
PHP functions tutorial | ||||||||
Provides information on php functions. With step by step code to help your create and understand basic functions. ... learn more
| ||||||||
| ||||||||
PHP Arrays | ||||||||
A tutorial dedicated to PHP arrays and how to use them as queues, lists, sorters, etc. It uses easy to follow, executable examples to help you learn these intermediate array techniques. ... learn more
| ||||||||
| ||||||||
Detailed PHP array tutorial | ||||||||
In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well. ... learn more
| ||||||||
| ||||||||
PHP Basics | ||||||||
A general introduction to PHP, what it is, some benefits it has, how to output text to your pages, setting variables and a little more. ... learn more
| ||||||||
| ||||||||
How to Sort an Array in PHP | ||||||||
It is often necessary to arrange the elements in an array in numerical order from highest to lowest values (descending order) or vice versa (ascending order). If the array contains string values, alphabetical order may be needed. Sorting a one-dimensional arrays is quite easy. ... learn more
| ||||||||
| ||||||||
phpinfo() Tutorial | ||||||||
Testing your PHP Enviroment with phpinfo(). This will show you lots of useful data including a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master ... learn more
| ||||||||
| ||||||||
Beginners PHP Tutorial | ||||||||
In this tutorial you will learn: * What PHP can be used for * How PHP works * A basic PHP script * Using variables * Using some basic conditional statements ... learn more
| ||||||||
| ||||||||
Echo Function Basics | ||||||||
New To PHP? This tutorial will teach you the basics of the famous echo function, come and learn how to use it. ... learn more
| ||||||||
| ||||||||
Introduction To PHP : Part 2 | ||||||||
In Part 1 of this tutorial, we pretty much covered the basics of PHP; what it is, its basic data structures, and how it can be used in web development projects. If you did not read Part 1, you might want to check it out before you continue reading. In Part 1, we left off ... learn more
| ||||||||
| ||||||||
SmartWebby's Introduction to PHP | ||||||||
PHP has become a more popular technology for web programming in the recent years due to its open source technology. This means that it is free to use and is compatible with almost any server, say Windows, Linux/Unix and Apache servers. Though it is an open source technology, it has many advanced features included in ... learn more
| ||||||||
| ||||||||
