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

Introduction to PHP

Results 21-40 of 72
Basic Overview of Loops in PHP
PHP comes with several control structures for creating loops. A loop is basically code that executes repeatedly for as long as it needs to. The control structures I'll discuss here are: while, do-while, for, foreach, break & continue. Each of these are similar, and some can pretty much be interchangeable, but some are better suited for certain tasks than others.
(0 ratings)
Reviews0
PriceFree
Views469
Procedural vs. OOP Explained
Having trouble making the leap from procedural to object-oriented programming (OOP)? In this tutorial, I’ll explain the difference between the two styles of programming and give real-world examples on how and why you might use each. This tutorial isn’t language-specific and I won’t use any code examples, but by the end of it, I think you’ll have a better understanding of object-oriented programming and how you can apply it in your own code projects.
(0 ratings)
Reviews0
PriceFree
Views643
How To Raise a Number to the Power of Another in PHP
This tutorial explains how to raise a number to the power of another using PHP using the pow function, for example 3^5.
(0 ratings)
Reviews0
PriceFree
Views455
How To find roots of a number in PHP
A tutorial explaining how to find the mathematical roots of a number using PHP, for example square root, cube root, and higher roots.
(0 ratings)
Reviews0
PriceFree
Views570
(0 ratings)
Reviews0
PriceFree
Views565
(0 ratings)
Reviews0
PriceFree
Views661
[Tutorial] PHP Classes
This tutorial makes php classes easy to learn.
(0 ratings)
Reviews0
PriceFree
Views974
INTRODUCTION TO PHP part 1
This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room
(0 ratings)
Reviews0
PriceFree
Views822
First steps within the Zend Framework
Nice tutorial on using the Yahoo search web service with the classes from the Zend framework.
(0 ratings)
Reviews0
PriceFree
Views925
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
PHP Tutorial
PHP is the most popular scripting language on the web. This PHP tutorial will teach you to create dynamic web pages. PHP is known as a server-sided language. The html of page does not make on your computer but you request it and it comes from the server after executing the code. http://www.visualbuilder. com/php/tutorial/
(0 ratings)
Reviews0
PriceFree
Views1480
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 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 string basics
A detailed description how to use PHP strings and basic string manipulation functions.
(6 ratings)
Reviews0
PriceFree
Views1487
PHP loops
In this tutorial I will show you all loops in PHP and their usage with code examples.
(0 ratings)
Reviews0
PriceFree
Views1312
If And Else Statements
Understanding the basics of IF and ELSE statements to perform tasks or display content based on certain conditions.
(0 ratings)
Reviews0
PriceFree
Views558
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
Views2819
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'.
(0 ratings)
Reviews0
PriceFree
Views1864
Starting out with PHP
So, you've mastered HTML and JavaScript. I guess the next stage is PHP! Don't worry. It isn't too hard. This tutorial is great for learning PHP right from the beginning teaching you all the basics to help you advance quickly on to more advanced concepts.
(0 ratings)
Reviews0
PriceFree
Views719
PHP: Functions
A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized PHP script designed to accomplish a single task. Functions are useful because they contribute to rapid, reliable, error-reducing coding, and increase legibility by tiding up complicated code sequences.
(0 ratings)
Reviews0
PriceFree
Views1021
Results 21-40 of 72