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

   TechiWarehouse PHP Tutorial   Hits: 1722 

 
It covers all the basic in neat and clean manner. Its recommended for beginner and those that have just passed the beginners mark. Also good for those who want to brush up on the basics. Its intent was to make PHP welcoming for the beginners and not to make the whole intro sound too technical...


Version: All   Platform(s): Unix, Win NT, XP, Win 2k, Win9x, Mac, Linux   Updated: Mon Aug 30 2004

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

   An introduction to PHP - Hello world   Hits: 776 

 
In this tutorial you will be tought how to create your first PHP script using the famous hello world example. If you are new to PHP programming, then check this out for your first simple lesson.


Version: 1.00   Platform(s): n/a   Updated: Sun Aug  8 2004

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

   PHP - Use of variables   Hits: 690 

 
In this tutorial you will get the chance to learn how you can easily use variables in your PHP. It teaches you the basics so it is very easy for you if you are a beginner. Easy explenations for how it works.


Version: n/a   Platform(s): n/a   Updated: Sun Aug  8 2004

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

   A simple guide to if-statements and loops   Hits: 546 

 
In this tutorial we will be discussing how if-statements and loops work, the types of loops we will be discussing are while, do while and for. Also we will show you an example of how you can implent this in your beginning site to make it more dynamic.


Version: n/a   Platform(s): n/a   Updated: Sun Aug  8 2004

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

   How To Learn PHP   Hits: 1059 

 
There are a lot of tutorials out there that tell you about some basic PHP stuff; however, none of them tell you how to take it to the next level. In this tutorial I explain how you can learn PHP quickly.


Version: n/a   Platform(s): n/a   Updated: Fri Aug  6 2004

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

   Variables in URLs   Hits: 603 

 
I ran into a lot of problems when i was first learning PHP. It seemed that every book told you how to do this, but never how to utilize what you just learned. So, I will try and make it a little more simple.


Version: 1.0   Platform(s): PHP   Updated: Mon Jul  5 2004

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

   Working with Directories   Hits: 1349 

 
This is a solid introduction to using PHP's build-in directory handling functions. It includes code examples used to create an array of filenames based on a directory structure, and filtering out different types of files.


Version: 1.0   Platform(s): Nix, Win   Updated: Mon May 24 2004

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

   Understanding PHP   Hits: 2674 

 
PHP, the PHP Hypertext Processor, is an open source server-side scripting language for Web servers, which provides a real alternative to ASP, ColdFusion, Mod_Perl or JSP if your aim is to provide dynamic Web pages. Dynamic Web pages are pages which interact with the user, so that each user visiting the page sees customized information - which may vary each time and which may be based on a form they've just filled in, or on information extracted from a database or some other external source. Typical applications include e-commerce, online newspapers, visitors' books, ticketing systems, project management, and other groupware projects. The traditional way to produce this type of dynamic page is via CGI scripts, but these are separate programs which must be executed as a new process for each page hit, so they scale badly and rapidly become memory and processor hogs as server load increases...


Version: All   Platform(s): All   Updated: Mon May  3 2004

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

   loops using while()   Hits: 487 

 
Learn how to make loops using while(), in this tutorial it include a sample showing you how to make it print the numbers 1 - 10 on seperate lines! its a good starting point for any beginner.


Version: n/a   Platform(s): all   Updated: Thu Apr 22 2004

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

   Introduction to PHP (by Matt Beckman)   Hits: 2723 

 
This is an introduction to the PHP web development language. Focuses on the "meat & potatoes" of the language, and assumes the user has little experience with web development languages.


Version: 1.2   Platform(s): n/a   Updated: Mon Mar 22 2004

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

   Getting along with echo   Hits: 868 

 
Echo is one of the basic functions in PHP, you should get acquainted with it if you want to learn PHP.


Version: n/a   Platform(s): ALL   Updated: Thu Dec 18 2003

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

   Bloo Grape   Hits: 2592 

 
Learn PHP from basics, to advanced tutorials, some script for download! Email at hand incase you need that extra help!


Version: n/a   Platform(s): All   Updated: Mon Oct 13 2003

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

   PHP tutorial for beginners   Hits: 5198 

 
This tutorial is specially written for PHP newbies who need to start writing PHP. It contains link to installing PHP for beginners too.


Version: 4.x.x   Platform(s): n/a   Updated: Wed Oct  1 2003

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

   Introduction to PHP Part 1 - The Basic   Hits: 2090 

 
If you know HTML and new to PHP, This is the tutorial for you. This is the first of many part of the PHP tutorials which will guide you thru into creating a dynamic & easy maintenance website. Read on !


Version: n/a   Platform(s): n/a   Updated: Tue Jul 29 2003

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

   Introduction to PHP (by Stig Sæther Bakken)   Hits: 8992 

 
This introductory guide covers a wide range of subjects on PHP programming. Some of main topics include: PHP history, PHP 4 Architecture, Language Syntax, Embedding PHP Code, Dynamic vs. Static Web pages, Variables, Arrays, Conditionals and Looping Constructs, Web Application Features, Working With Cookies, Built-in Variables, and Database Handling.


Version: n/a   Platform(s): n/a   Updated: Wed Aug 27 2003

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

   Escaping PHP Properly   Hits: 1378 

 
Proper Coding Techniques for PHP


Version: n/a   Platform(s): n/a   Updated: Thu Aug 28 2003

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

   LAMP, MySQL/PHP Database driven website design and development, Part I   Hits: 1994 

 
This tutorial provides some technical background on a LAMP server, database design and normalization of a MySQL database, and an approach to developing admin screens for a fictional game site, as a learn-by-example application, illustrating the issues a developer should consider when designing and coding a php/MySQL database driven website.


Version: 1.0   Platform(s): All   Updated: Tue Aug  5 2003

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

   PHP's Ternary Operator and the Switch() statement   Hits: 1796 

 
This article is designed to introduce new PHP programmers who have limited experience in other programming languages to the power of the ternary operator and the switch statement. Supported in many C based languages, these constructs are often confusing for the new programmer. This short article should provide some clarity for the PHP programmer wanting to use them, or needing to read code where they are used.


Version: n/a   Platform(s): n/a   Updated: Mon Jul 28 2003

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

   Echo Function Basics   Hits: 1443 

 
New To PHP? This tutorial will teach you the basics of the famous echo function, come and learn how to use it.


Version: n/a   Platform(s): n/a   Updated: Wed Apr  2 2003

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

   P and J Programming 101 - Sequencing and Dependencies   Hits: 742 

 
A beginning programmer's tutorial on what must happen and the order in which it must happen. An example from real life. (Programming language independent).


Version: n/a   Platform(s): n/a   Updated: Thu Feb 27 2003

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

  Total: 145    Displaying: 101 - 120 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