Best Tutorials website
Latest tutorials

Advertisment

What is PHP and Why Should I Care?

What is PHP and Why Should I Care?

One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP...


Views: 456 | Rating star | by Stephen
PHP - Introduction to PHP

Monkey PHP: Loopy Looping

Monkey PHP: Loopy Looping

Learn how to use the most common iteration/looping functions in PHP


Views: 574 | Rating star | by Sarah
PHP - Introduction to PHP

PHP Comments colors

PHP Comments colors

In this tutorial we will learn how to make a striped comments system for your site.. It's simple but very tricky and useful!


Views: 485 | Rating star | by Jason
PHP - Introduction to PHP

Monkey PHP: Lets Get More Logical

Monkey PHP: Lets Get More Logical

Discusses PHP logical statements in more depth. Suitable for beginners.


Views: 527 | Rating star | by David
PHP - Introduction to PHP

Monkey PHP: Lets Get Logical

Monkey PHP: Lets Get Logical

Discusses the basics of PHP logical statments such as IF/ELSE.


Views: 567 | Rating star | by Jason
PHP - Introduction to PHP

Global $_SERVER variables

Global $_SERVER variables

Learn how global variables work and when to use them.


Views: 522 | Rating star | by John
PHP - Introduction to PHP

Echo and Basic Operators

Echo and Basic Operators

The quick and dirty guide to php goes over Echo and Basic Operators in a really fun manner.


Views: 521 | Rating star | by Donald
PHP - Introduction to PHP

A Look at PHP and MySQL

A Look at PHP and MySQL

Looking over the pros and cons that PHP and MySQL have to offer.


Views: 526 | Rating star | by Sean
PHP - Introduction to PHP

Basic Tutorial

Basic Tutorial

Want to learn php? Don't know where to start? This tutorial is for you!


Views: 539 | Rating star | by Jason
PHP - Introduction to PHP

Retrieving and Echoing MySql Data

Retrieving and Echoing MySql Data

Okay there are different ways to retrieve data from MySql databases here are a few ways and uses.


Views: 551 | Rating star | by Sarah
PHP - Introduction to PHP

PHP Begginners Tutorial

PHP Begginners Tutorial

Learn the basic's of PHP, how to start and what you need


Views: 518 | Rating star | by Source
PHP - Introduction to PHP

PHP regular expression tutorial

PHP regular expression tutorial

In this article I will show you how to use PHP regular expressions in your own PHP scripts.


Views: 599 | Rating star | by Isac
PHP - Introduction to PHP

Sorting 2D-arrays in PHP

Sorting 2D-arrays in PHP

How to use array_multisort to sort tables by column.


Views: 493 | Rating star | by Marry
PHP - Introduction to PHP

A Beginners Introduction to PHP

A Beginners Introduction to PHP

This tutorial was written to introduce you to PHP, it assumes you know nothing about programming at all, starts with the very basics and slowly...


Views: 535 | Rating star | by Slicer
PHP - Introduction to PHP

20 Minutes with PHP Varibles

20 Minutes with PHP Varibles

This tutorial goes over the string and integers variables in PHP.


Views: 595 | Rating star | by Isac
PHP - Introduction to PHP

An in depth look into PHP

An in depth look into PHP

An in depth look into PHP for Beginners, explaining the syntax, the reasons for Dynamic websites and other things PHP


Views: 560 | Rating star | by David
PHP - Introduction to PHP

Variables in PHP

Variables in PHP

This tutorial goes through different variables, how they work, and how to use them.


Views: 528 | Rating star | by Troy
PHP - Introduction to PHP

Introduction to PHP

Introduction to PHP

This tutorial goes through making a php file and how to generate html, it's simple and easy to use.


Views: 788 | Rating star | by Sarah
PHP - Introduction to PHP

Functions in PHP

Functions in PHP

This tutorial goes through what a function is, premade functions, and how to make your own functions.


Views: 751 | Rating star | by Sean
PHP - Introduction to PHP