The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Tips and Tutorials :: Introduction to PHP
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 145    Displaying: 1 - 20 Pages:  1 2 3 4 5 6 7 8

   PHP for dummy   Hits: 2336 

 
PHP for dummy is a small tutorial for the absolute beginners how to start with PHP. This article covers more topic from installation to PHP basics.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Mar 15 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   PHP string basics   Hits: 692 

 
A detailed description how to use PHP strings and basic string manipulation functions.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Mar 15 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP loops   Hits: 628 

 
In this tutorial I will show you all loops in PHP and their usage with code examples.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Mar 15 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Detailed PHP array tutorial   Hits: 1287 

 
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.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Mar 15 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP regular expression tutorial   Hits: 756 

 
In this article I will show you how to use PHP regular expressions in your own PHP scripts.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Nov 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Beginners guide to php   Hits: 3050 

 
Want to learn php, we have set up a simple to follow quick guide to send you on your way. We cover all the very basics of php also find our other tutorials covering an even wider range of php coding.


Free   Version: 0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jul 24 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   An easy introduction to PHP   Hits: 814 

 
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.


Free   Version: 1.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jun 24 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Introduction to PHP for beginner's   Hits: 1189 

 
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.


Free   Version: 1.0.0   Platform(s): n/a   Updated: Fri Mar  7 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How To Enable Session Support for PHP   Hits: 449 

 
The session support can be turned on automatically at the site level, or manually in each PHP page script: Turning on session support automatically at the site level we have to modify some setting in php.ini file. you can get php.ini file in folder you install PHP. To you sessions you have to set or reset following parameter in your php.ini file


Free   Version: 1.0.0   Platform(s): linux, windows   Updated: Sat Mar  1 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   [Tutorial] PHP Classes   Hits: 292 

 
This tutorial makes php classes easy to learn.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Feb 11 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using Echo and Basic Operators   Hits: 171 

 
The basics of printing and doing math


Free   Version: 1.00   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Feb 11 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Varibles   Hits: 158 

 
Covers Integers and Strings


Free   Version: 1.00   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Feb 11 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   INTRODUCTION TO PHP part 1   Hits: 372 

 
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


Free   Version: n/a   Platform(s): n/a   Updated: Sun Feb  3 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Understanding Object Orientated PHP (oo PHP)   Hits: 433 

 
This tutorial is for all those people who know the basics of PHP, but want to take it to the next level. Object Orientated PHP is the interaction between different functions, classes and variables. Once you master the basic in this tutorial, you will never regret it!


Free   Version: 1.00   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Jan 23 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Tutorial   Hits: 807 

 
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/


Free   Version: n/a   Platform(s): linux, windows   Updated: Fri Nov  2 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Include uses   Hits: 1084 

 
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'.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Oct 15 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP control structures - do while   Hits: 259 

 
PHP contains a various statement types Conrol structures allow us to manage script to do or not to do anything. When you use do while control structure, script does its job until condition turns false. When you use do while script statement once, always return true. Beginning expression is always true. End of each iteration, PHP evaluates control structure. Main difference from while do, first expression must be return true.


Free   Version: n/a   Platform(s): linux, windows   Updated: Fri Jul 27 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Basics   Hits: 1700 

 
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.


Free   Version: n/a   Platform(s): linux, windows, freebsd   Updated: Thu Jun 28 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Explanation of PHP   Hits: 798 

 
This is an in-depth article about what the server-side language PHP actualy is.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed May  2 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Intro to PEAR HTML_Template_IT Package   Hits: 462 

 
Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML. After this tutorial you should be able to have a strong inital grasp on creating templates using PEAR and the HTML_Template_IT package. This is great for creating template files (.tpl files) and making your website more easily editable. It also helps organize your website when it gets big with lots of PHP files and you can change certain aspects of your site easily as well.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, sun   Updated: Tue Apr 17 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 145    Displaying: 1 - 20 Pages:  1 2 3 4 5 6 7 8

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog