Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | PHP | Tutorials & Tips | Introduction to PHP

Results 1-20 of 72
Beginner PHP Tutorial: 25+ Lessons
Learn PHP through lessons and examples that are based on plausible real world applications. Also contained on tizag.com is a MySQL tutorial to aid you in your PHP/MySQL knowledge.
(77 ratings)
Reviews5
PriceFree
Views8751
PHP tutorial for beginners
This tutorial is specially written for PHP newbies who need to start writing PHP. It contains link to installing PHP for beginners too.
(27 ratings)
Reviews0
PriceFree
Views5721
Getting started with PHP Programming
This tutorial introduces some of the basic programming skills required if you are going to try and learn to use PHP. We will go over a little about what PHP is and talk about some of the basic styles of programming. Please understand that this tutorial is part of a series, and may change somewhat in the future, as it is a work in progress. The author trusts that it will be valuable and informative in your learning experience.
(23 ratings)
Reviews2
PriceFree
Views6721
PHP for dummies
PHP for dummies is a small tutorial for the absolute beginners how to start with PHP. This article covers more topic from installation to PHP basics.
(16 ratings)
Reviews1
PriceFree
Views4828
Introduction to PHP
Basic guide to help experience HTML webmaster getting started with PHP. It defines PHP, contrast it agains HTML, and provided a few simple examples. The tutorial also briefly cover how to set up Apache and PHP on your own server.
(15 ratings)
Reviews0
PriceFree
Views7085
How To Learn PHP
There are a lot of tutorials out there that tell you about some basic PHP stuff; however, none of them tell you how to take it to the next level. In this tutorial I explain how you can learn PHP quickly.
(9 ratings)
Reviews0
PriceFree
Views1463
PHP regular expression tutorial
In this article I will show you how to use PHP regular expressions in your own PHP scripts.
(6 ratings)
Reviews0
PriceFree
Views1933
An easy introduction to PHP
An easy tutorial to learn the fundamental basics of PHP. The tutorial starts with a little history about PHP and how to install your home server. After that it quickly moves on to PHP syntax, variables, loops, if-statement, arrays and much more. It contains many examples to give aid during learning.
(6 ratings)
Reviews0
PriceFree
Views1435
Understanding PHP
PHP, the PHP Hypertext Processor, is an open source server-side scripting language for Web servers, which provides a real alternative to ASP, ColdFusion, Mod_Perl or JSP if your aim is to provide dynamic Web pages. Dynamic Web pages are pages which interact with the user, so that each user visiting the page sees customized information - which may vary each time and which may be based on a form they've just filled in, or on information extracted from a database or some other external source. Typical applications include e-commerce, online newspapers, visitors' books, ticketing systems, project management, and other groupware projects. The traditional way to produce this type of dynamic page is via CGI scripts, but these are separate programs which must be executed as a new process for each page hit, so they scale badly and rapidly become memory and processor hogs as server load increases...
(6 ratings)
Reviews0
PriceFree
Views3376
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.
(6 ratings)
Reviews0
PriceFree
Views2818
How to connect to MySQL database using PHP
Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is very easy. This article will show you how to get up and running.
(6 ratings)
Reviews0
PriceFree
Views2155
PHP string basics
A detailed description how to use PHP strings and basic string manipulation functions.
(6 ratings)
Reviews0
PriceFree
Views1487
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.
(3 ratings)
Reviews0
PriceFree
Views1452
Single And Double Quotes
The basic use of single and double quoted strings in PHP, which to use when and the general difference between the two.
(3 ratings)
Reviews0
PriceFree
Views1108
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.
(3 ratings)
Reviews0
PriceFree
Views1025
Introduction to PHP for beginner's
This is a basic PHP tutorial available for everyone and anyone who wants to read it. It covers: Variables, Comments, Output, Strings, Operators, If...Else, Switch, Arrays, While Loop, For Loop, Foreach Loop, Do While Loop, Include and Require, PHP/HTML Forms and the POST and GET methods. HTML knowledge is not necessary, but HTML is included in some examples in the code, specifically the form part.
(3 ratings)
Reviews0
PriceFree
Views1891
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.
(3 ratings)
Reviews0
PriceFree
Views2372
PHP Basics: Introduction to Scalar Variables
Other tutorials here may focus on getting a specific task done, but at the core of any language is syntax that must be learned and understood if you are ever to progress in it. This is what I hope to explain to you about the PHP language.
(3 ratings)
Reviews0
PriceFree
Views2250
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.
(3 ratings)
Reviews0
PriceFree
Views1142
Variables in PHP
Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we needn't have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that '$Name' is of Data type String and '$Age' is of type Numeric.
(3 ratings)
Reviews0
PriceFree
Views1826
Results 1-20 of 72