New Scripts | Php | Tutorials Tips | Introduction To Php
Results 1 - 20 of 71
Showing all new listings | Added on |
---|---|
How to raise a number to the power of another number in PHP This tutorial explains how to raise a number to the power of a number using PHP (e.g. square, cube, etc a number) |
09/29/2012 |
How to take the root of a number in PHP A tutorial explaining how to take roots of a number in PHP (e.g. the square root, cube root, etc) |
09/29/2012 |
How to use PHP in pages without a .php extension This tutorial shows how you can use php code in files which don't have a .php extension |
09/29/2012 |
The difference between require and include in PHP An tutorial explaining the difference between require and include in PHP. |
09/29/2012 |
Find the Current URL using PHP A tutorial explaining how to find the address of the current page using PHP |
04/26/2012 |
Using the Query String in PHP A tutorial explaining how to use the query string in PHP. |
04/26/2012 |
Find a visitor's IP address A tutorial explaining how to find a visitors IP address on a PHP site |
04/18/2012 |
Introduction to Arrays in PHP Introduction to syntax, usage and components of an array. Introductory examples showing how to declare, use and sor arrays in PHP. |
12/26/2011 |
Introduction to arrays in PHP Introduction to syntax, usage and components of an array. Introductory examples showing how to declare, use and sor arrays in PHP. |
12/21/2011 |
Introduction to Switch Conditionals in PHP The article covers the switch construct in PHP. Syntax and usage along with examples are provided in the tutorial. |
12/20/2011 |
Introduction to Data Types The article covers data types in PHP. The tutorial covers how to find the value and type held by a variable, along with syntax for different data types. |
12/20/2011 |
Introduction to If-Else Conditionals in PHP The article covers if-else constructs, along with an explanation of Boolean expressions and comparison operators. |
12/19/2011 |
Quick web application development with fuelphp tutorial Learn how to build a data collection web app with an administration site with login |
05/25/2011 |
PHP string to array tutorial This short lesson teaches you how to convert a string to array using PHP built in functions. |
11/30/2010 |
Arrays in PHP A collection of 7 articles about array in PHP |
05/10/2010 |
PHP Recursive Functions Use PHP Recursive Functions to create PHP code that dynamically grows with your data. |
04/04/2010 |
Beginning PHP Part 2: Learn PHP Functions and Security n this tutorial we get down and dirty with PHP functions and take a look at basic PHP security. |
03/26/2010 |
Beginning PHP Part 1: Working with Variables Go through the basics of PHP by working with variables and arrays. |
03/23/2010 |
PHP Script Tips: Cool Secrets of PHP Great tips for programming in PHP. |
03/17/2010 |
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 … |
01/09/2010 |