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 41-60 of 72
PHP Script Tips: Cool Secrets of PHP
Over the years I've come across some things in PHP that are not obvious, but are worth mentioning. This is not meant to be a comprehensive list of all of the useful tricks that you can do with PHP.
(0 ratings)
Reviews0
PriceFree
Views591
PHP Design patterns : Part 1 – Adapter pattern
The Adapter pattern is used to provide access to an object via a specific interface. An adapter allows classes …
(0 ratings)
Reviews0
PriceFree
Views459
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
Views470
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
Views644
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
Views566
(0 ratings)
Reviews0
PriceFree
Views662
[Tutorial] PHP Classes
This tutorial makes php classes easy to learn.
(0 ratings)
Reviews0
PriceFree
Views975
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
Views926
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
Views1481
PHP loops
In this tutorial I will show you all loops in PHP and their usage with code examples.
(0 ratings)
Reviews0
PriceFree
Views1313
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
Views559
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
Views1866
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
Views720
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
Views1022
PHP: Multidimensional Arrays
Array does not have to be a simple list of keys and values; each array element can contain another array as a value, which in turn can hold other arrays as well. This way, you can create a multi-dimensional array. In this article principles of using multidimensional arrays are explained and source code defining multidimensional array and displaying the array values on the web page is given.
(0 ratings)
Reviews0
PriceFree
Views1665
PHP Arrays
Arrays can be used in many ways to store and organize data quickly and efficiently. It is one of the more useful data types available to any programming language. This article describes the basics to create and make operations with indexed, associative, and multidimensional arrays.
(0 ratings)
Reviews0
PriceFree
Views1169
Conditional Statements in PHP
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. In this tutorial we will look at two structures: if...else and switch statements.
(0 ratings)
Reviews0
PriceFree
Views1236
Results 41-60 of 72