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: 21 - 40 Pages:   1 2 3 4 5 6 7 8

   Word Filter   Hits: 680 

 
Detailed tutorial on making a PHP Badwords filter. In this tutorial you will learn more about arrays and replacing strings.


Free   Version: 1.0   Platform(s): linux, windows   Updated: Mon Jan 15 2007

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

   Finding Items in an Array with PHP   Hits: 2700 

 
This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as "Apple" and "Orange" then show you how to use PHP to find out that "Apple" is in the array but "Monkey" is not. This can be useful in PHP programs if you have a collection of items (perhaps that a user has entered) and you want to know if a certain item is in that collection.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Dec 10 2006

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

   Getting started with PHP Programming   Hits: 5711 

 
This tutorial introduces some of the basic programming skills required if you are going to try and learn to use PHP. We will go over a little about what PHP is and talk about some of the basic styles of programming. Please understand that this tutorial is part of a series, and may change somewhat in the future, as it is a work in progress. The author trusts that it will be valuable and informative in your learning experience.


Free   Version: n/a   Platform(s): n/a   Updated: Mon Oct  9 2006

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

   PHP Functions : urlencode()   Hits: 730 

 
You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.


Free   Version: n/a   Platform(s): windows   Updated: Sat Oct 14 2006

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

   Working with sessions in PHP   Hits: 1061 

 
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.


Free   Version: n/a   Platform(s): n/a   Updated: Tue Sep 12 2006

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

   Working with Arrays in PHP   Hits: 827 

 
Arrays are a large collection of key/value pairs can stores multible variables in a single variable. Arrays are an ordered map which each key could be mapped to a value.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Sep 12 2006

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

   PHP Functions : array_fill   Hits: 591 

 
array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warning. .


Free   Version: n/a   Platform(s): n/a   Updated: Tue Sep 12 2006

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

   Explode -- Split a string by string   Hits: 596 

 
Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string separator. If limit is set, the returned array will contain a maximum of limit elements with the last element containing the rest of string.


Free   Version: 1.0   Platform(s): linux, windows   Updated: Sat Aug  5 2006

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

   Common PHP Codes   Hits: 2409 

 
learn some of the very common php codes that almost every php enabled site uses, and now you can be one too!


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jun  8 2006

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

   Beginner PHP Tutorial: 25+ Lessons   Hits: 6667 

 
Learn PHP through lessons and examples that are based on plausible real world applications. Also contained on tizag.com is a MySQL tutorial to aid you in your PHP/MySQL knowledge.


Free   Version: n/a   Platform(s): n/a   Updated: Fri May  5 2006

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

   PHP Script Tips - PHP Built-in Functions for Strings   Hits: 676 

 
A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, split, etc


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Jun  7 2006

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

   PHP Tutorial - Syntax   Hits: 1204 

 
In this tutorial you will learn about PHP Syntax - Syntax for Writing a script, Scripts VS. File and Comments


Free   Version: n/a   Platform(s): linux, windows, sun   Updated: Fri May 26 2006

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

   PHP Tutorial - Introduction   Hits: 1015 

 
In this tutorial you will learn about PHP - Introduction to PHP, What you should already know? What’s PHP? What’s the difference between PHP and HTML? When to use PHP? What makes PHP a choice among the other scripting languages?


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu May 25 2006

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

   Introduction To PHP : Part 1   Hits: 1028 

 
PHP is a powerful web based scripting language. This tutorial aims to provide a brief description of PHP and its usage in every day web development projects. It by no means aims to provide a basis on how to use PHP effectively to create large scale projects, but rather as an introduction to those who want to learn how to use PHP.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Thu May 11 2006

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

   Introduction To PHP : Part 2   Hits: 559 

 
In Part 1 of this tutorial, we pretty much covered the basics of PHP; what it is, its basic data structures, and how it can be used in web development projects. If you did not read Part 1, you might want to check it out before you continue reading. In Part 1, we left off with the standard variables type available in PHP and how PHP does automatic type casting under the hood for your. In Part 2 here, we begin to explore some of the more advanced features of PHP, including Arrays.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Thu May 11 2006

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

   Introduction To PHP : Part 3   Hits: 401 

 
In Part 1 and Part 2 of this tutorial, we covered the basics of PHP how it operates under the hood. We also gave an introduction to the basic data types like arrays that are available to be used in PHP. In Part 3 here, we continue with our introduction to PHP by covering the basics behind resources and strings.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Thu May 11 2006

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

   Textarea Editor   Hits: 3850 

 
Editing files online with a textarea.


Free   Version: n/a   Platform(s): n/a   Updated: Sat Feb 11 2006

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

   Dynamic Web Site   Hits: 2691 

 
Just a quick and simple web site demo. i use it for quick install, or as a back up site is i break the mysql. many reasons i wrote it. some web hosts don't have sql database.


Free   Version: n/a   Platform(s): n/a   Updated: Sat Feb 11 2006

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

   Mysql & Php: A Beginners Look   Hits: 1910 

 
As in many languages, there are 150 different ways to do just about everything, the same rule applies for a simple connection and output of data in a mySQL database using PHP. This tutorial will give you only one way of accomplishing this, and while it works, it is definitely not the only way.


Free   Version: n/a   Platform(s): n/a   Updated: Sat Feb 11 2006

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

   Users Online   Hits: 1509 

 
Basic 'Users Online' tutorial for forums or communities.


Free   Version: n/a   Platform(s): n/a   Updated: Sat Feb 11 2006

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

  Total: 145    Displaying: 21 - 40 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