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 21-40 of 72
Introductory Tutorial
This is a short introductory tutorial on PHP by the official PHP Web site. Explains what it is, what it looks like, what it can be used for. Also includes external links to other useful PHP-related sites.
(1 ratings)
Reviews1
PriceFree
Views2312
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 it and is now capable of handling almost any issue related to the internet. PHP stands for "PHP Hypertext Preprocessor". PHP is a server-side scripting language. This means that a PHP page is processed on a Web server by a PHP script engine. When the client makes a request for any page, the request is sent to the server, the server locates the requested page and executes the PHP code if any and the result is sent to the browser (client) in the form of HTML. The browser then compiles the HTML to display the output.
(1 ratings)
Reviews1
PriceFree
Views1481
How to raise a number to the power of another number in PHP
This tutorial for beginners to PHP explains how to raise a number to the power of another using PHP. This will allow you to calculate a number squared, cubed, to the power of 4, etc.
(0 ratings)
Reviews0
PriceFree
Views841
How to take the root of a number in PHP
This tutorial, aimed at beginners, explains how to take the square root, cube root, or higher root, of a number using PHP.
(0 ratings)
Reviews0
PriceFree
Views798
How to use PHP in pages without a .php extension
A tutorial explaining how you can use php code in files which don't have a .php extension if your server supports it.
(0 ratings)
Reviews0
PriceFree
Views864
The difference between require and include in PHP
This tutorial explains the differences between require() and include() in PHP with examples, and explains when you should use each of them.
(0 ratings)
Reviews0
PriceFree
Views856
Find the Current URL using PHP
This tutorial for PHP beginners explains how to find the different parts which form the current URL of a webpage, and display them or use them in your scripts.
(0 ratings)
Reviews0
PriceFree
Views924
Using the Query String in PHP
The query string is a great way to input information into your PHP scripts. This tutorial for beginners will show you how to pass variables to a PHP page using the query string, and how to access them from that page.
(0 ratings)
Reviews0
PriceFree
Views859
Find a visitor's IP address
For PHP beginners, this tutorial shows how to view the IP address of a visitor to your site. It also describes how to find the visitor's real IP address, if they are using a proxy.
(0 ratings)
Reviews0
PriceFree
Views1002
Introduction to Arrays in PHP
This tutorial is an introduction to syntax, usage and components of an array. Introductory examples showing how to declare and use arrays in PHP and included.
(0 ratings)
Reviews0
PriceFree
Views427
Introduction to arrays in PHP
Arrays are a special data type in PHP that is used to hold a list of data. The ability to hold a list of data is valuable as it allows us to hold and pass sets of related data to different point in our application with ease. Learn about the syntax and other ways that arrays are handled in PHP
(0 ratings)
Reviews0
PriceFree
Views391
Introduction to Switch Conditionals in PHP
Switch is another language construct that is used to control program flow. The switch construct takes a single parameter and compares it for equality to a set of cases that have been specified. Visit our site for free additional information and example code.
(0 ratings)
Reviews0
PriceFree
Views432
Introduction to Data Types
PHP is a loosely typed programming language. Although PHP is loosely typed it is still necessary to distinguish the type of data that is stored by a variable at a given time. The major data types that operate in PHP are strings, integers, floating points(decimals), arrays and for lack of a better description, objects. This tutorial covers the necessary information you need to know regarding data types in PHP.
(0 ratings)
Reviews0
PriceFree
Views410
Introduction to If-Else Conditionals in PHP
In programming conditionals are the constructs that control flow of a program. Conditional constructs allow a program to have logic that enables decision making. Conditional construct in PHP include if, elseif, and else. The if and elseif are followed by one or more expressions that can be evaluated to a Boolean value. The else is not followed by a boolean expression, but simply by a block of code that will be executed in the case that the other Booleans expressions are false. Visit the download url for more...
(0 ratings)
Reviews0
PriceFree
Views491
Quick web application development with fuelphp tutorial
A beginners tutorial and introduction into fuelphp- using orm, auth, migrations and scaffolding- a simple site on collecting data while providing a back admin section behind a password
(0 ratings)
Reviews0
PriceFree
Views458
PHP string to array tutorial
This short lesson teaches you how to convert a string to array using PHP built in functions.
(0 ratings)
Reviews0
PriceFree
Views442
Arrays in PHP
Arrays in PHP are very important,with this collection of 7 articles about array ,including numeric,associative and multidimentional arrays and how to display the ouput,I'm trying to teach you to use and optimise the action of the arrays.There is also an article explaining some important PHP functions about array
(0 ratings)
Reviews0
PriceFree
Views554
PHP Recursive Functions
Use PHP Recursive Functions to create PHP code that dynamically grows with your data. This will save you time and confusion, and understanding PHP recursive functions will make your PHP code much more scalable. At first, it may be a confusing concept to grasp (especially for PHP beginners). Learn how to create recursive functions by taking a look at this sample PHP code.
(0 ratings)
Reviews0
PriceFree
Views399
Beginning PHP Part 2: Learn PHP Functions and Security
Getting a basic familiarity with PHP is not difficult, but if you don’t understand a few key elements you will find it difficult to work with. This beginning PHP series is meant to help you learn PHP. In this tutorial we take it to the next level and get down and dirty with PHP functions and take a look at basic PHP security.
(0 ratings)
Reviews0
PriceFree
Views464
Beginning PHP Part 1: Working with Variables
Getting a basic familiarity with PHP is not difficult, but if you don't understand a few key elements you will find it difficult to work with. This beginning PHP tutorial attempts to break down a few of the core PHP programming elements through simple examples and descriptions.
(0 ratings)
Reviews0
PriceFree
Views491
Results 21-40 of 72