Hagen Hosting - $3.95 per month for 400 GB!
ADD RESOURCESEARCHWHAT'S NEWUSER REGISTRATIONCONTACT USRANDOM LINK
     
Web Hosting
Find your solution
with ResourceIndex:

Ecommerce Hosting
Windows Hosting
Unix Hosting
Budget Hosting Dedicated Servers
Hagen Hosting - $3.95 per month for 400 GB!
Special Features
CGI Resource Index
Over 4,000 CGI
related resources!
User Registration
Get E-Mail Updates,
rate and comment
on resources, and
much more!
Sponsor Links
Survey Software
Run web-based surveys on your site! View demo; PHP or Perl/CGI
Other Sites by Matt
Matt's Script Archive
   free cgi scripts
FormMail.com
   hosted form mail
chumpsoft
   php web surveys
Documentation: Examples and Tutorials: Miscellaneous

Related Categories:
 
  • Complete Scripts: Miscellaneous (275)
  • Functions and Classes: Miscellaneous (58)

  • Resources in this Category:
     
    PHP Script Tips - Understanding PHP Arrays and Their Basic Operations
    Rate It!
     A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning and [...]

    PHP Script Tips - Creating Your Own Functions
    Rate It!
     A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, [...]

    Learning to Use Regular Expressions by Example
    Rate It!
     This is a fairly lengthy article that will teach you how to use PHP's regular expressions by offering examples of useful code such as e-mail validation and [...]

    How to create a basic news system
    Rate It!
     This tutorial will show you how to create a basic file-based news system with an integrated WYSIWYG editor.

    PHP multi-dimensional arrays
    Rate It!
     This tutorial will attempt to explain how to use arrays in PHP.

    Using Cookies in PHP
    Rate It!
     The main purpose of cookies is to identify users and possibly prepare customized webpages for them. In this tutorial you'll learn about using Cookies in PHP.

    Regular Expressions
    Rate It!
     This tutorial goes over the basics of regular expressions and introduces some common PHP "preg" functions.

    How to block messages with undesired words
    Rate It!
     This article examines a function to detect undesired words in a message.

    Search Engine Friendly URLs with PHP
    Rate It!
     Get clean and search engine friendly URLs without using mod_rewrite.

    Multiple CSS
    Rate It!
     Learn how to let your users choose amongst multiple CSS styles with PHP.

    Ajax PHP tutorial
    Rate It!
     This article will try to summarize the basics of Ajax and PHP communication. At the end you can find a fully working Ajax - PHP example.

    Encryption Tutorial
    Rate It!
     Lesson 2 of this tutorial explains how to use PHP's crypt() function and mcrypt library to use encryption within your programs.

    Make your PHP code portable
    Rate It!
     This article shows you how to distribute a setup required by your program to run.

    Passing JavaScript variables to PHP
    Rate It!
     JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. This tutorial will help you learn how to combine [...]

    PHP string basics
    Rate It!
     How to use PHP strings and basic string manipulation functions.

    HTTPS Transactions via PHP
    Rate It!
     This column explains and provides an example of how you can simulate an HTTPS POST query to a web page using PHP and a program called cURL.

    Build a Rating System
    Rate It!
     This short tutorial presents an easy way to add a rating system to your site.

    How to Get the Current Page URL
    Rate It!
     In this tutorial we will show how you can get the current page URL that is shown in the browser URL window.

    Learn PHP Variables
    Rate It!
     Learn the different variables types in PHP (string, float, etc), how they are declared, how they can be used in your program and what they can be used for. A [...]

    Caching in PHPComments (1)
    Rate It!
     A tutorial explaining how to cache PHP pages to reduce server load.

    PHP regular expression tutorial
    Rate It!
     This article will show you how to use PHP regular expressions in your own scripts.

    Developing Flash applications with PHP
    Rate It!
     A simple tutorial with step-by-step learning on how to make Flash-based applications interact with PHP programming.

    Create a postcard sender script
    Rate It!
     This tutorial will show you how to create a simple virtual postcard sender script with your own images.

    PHP include file tutorial
    Rate It!
     This tutorial will show you how to divide your code into more files and how to include various files into your actual PHP code.

    PHP Sessions
    Rate It!
     A detailed introductory tutorial on PHP sessions.

    PHP Script Tips - Understanding and Managing Cookies
    Rate It!
     A collection of 23 tips on understanding and managing cookies in PHP. Clear explanations and tutorial exercises are provided on setting and receiving cookies, [...]

    Topsite Script
    Rate It!
     Create your own topsite script with this tutorial.

    Team development method for PHP
    Rate It!
     An article explaining a method faciliating team development of PHP projects.

    From C/C++ to PHP
    Rate It!
     This tutorial will discuss pitfalls that a typical C/C++ developer is likely to encounter when starting to code in PHP.

    PHP Debugging with Class
    Rate It!
     This article presents a class that was designed in PHP to debug CGI programs and describes how it works and how to use it to solve your problems.

    Installing Apache with PHP & MYSQL on Windows
    Rate It!
     Learn how to install an Apache server with PHP and MySQL on Microsoft Windows.

    Conversion into roman numbers
    Rate It!
     This tutorial shows how to use the while cycle to convert a number into Roman numbers.

    PHP Script Tips - Understanding and Using Sessions
    Rate It!
     A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, [...]

    PHP Script Tips - PHP Built-in Functions for Arrays
    Rate It!
     A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging [...]

    The Intermediates of PHP
    Rate It!
     Learn some basic to intermediate PHP skills with this tutorial.

    PHP for dummy
    Rate It!
     PHP for dummy is a small tutorial absolute beginners on how to start with PHP. This article covers more topics from installation to PHP basics.

    PHP for PDF
    Rate It!
     This tutorial focuses on integrating the PDFLib with PHP4 to create PDF documents for your web site, including on the fly formatting from a MySQL database.

    Random Password Example
    Rate It!
     This is a random password example that can be used with a user signup system.

    Build up a function to secure a text box
    Rate It!
     A detailed PHP tutorial that shows how to create a useful function to secure a web site from attack attempts passing through text boxes.

    Generate RSS Feeds
    Rate It!
     Learn how to create an XML/RSS feed dynamically through PHP.

    Link Verifier
    Rate It!
     A tutorial explaining how to check to see if a link is working or not.

    An Overview of Arrays in PHP
    Rate It!
     In this article I will explain arrays and how they are used in PHP.

    Using PHP Error Handling
    Rate It!
     This article explains how to use Apache ErrorDocument redirects and PHP to create custom 404 Not Found responses and more. It also explains how to throw an [...]

    Cached Dynamic Modules
    Rate It!
     This article explains how to create a web site constructed on the fly by PHP modules that return HTML data to be included in final web page. To boost [...]

    Excel Spreadsheets using PEAR
    Rate It!
     A useful tutorial for generating Excel spreadsheets in PHP with the PEAR package Spreadsheet Excel Writer.

    Multidimensional arrays
    Rate It!
     Learn how to create multidimensional arrays in PHP. To demonstrate multidimensional arrays, this tutorial will create a form and another page to handle the [...]

    Timing Script Execution
    Rate It!
     This article presents an entire class that can be used to time your script's execution. It explains the microtime() function and how to use it in your programs.

    Custom error pages using .htaccess
    Rate It!
     Learn how to make your own customised error documents using .htaccess on an Apache server.

    Metatag Generator
    Rate It!
     An example of a simple metatag generator you could put on your site.

    How to create a basic rating system
    Rate It!
     This tutorial will show you how to create a basic and simple to use rating system. It will use text files for information storage to make the script more [...]

    Apache and PHP vs. The Spambot
    Rate It!
     This tutorial explains how to use Apache and PHP to stop spambots (and other bad robots) from harvesting email addresses from your website.

    Get rid of Warning division by zero
    Rate It!
     Prevent a common PHP warning with this tutorial without changing the php.ini file.

    Facebook PHP Tutorial
    Rate It!
     Step by step instructions on how to create a Facebook appplication using PHP, from creating your application profile to actually coding it. Covers Facebook [...]

    Using PHP and XML with Apache Cocoon
    Rate It!
     This column by Darren Beale placed on PHP Builder in June, 2000 explains how to use PHP to generate XML dynamically and pass it to Cocoon to obtain [...]

    Using PHP As A Shell Scripting Language
    Rate It!
     This article explains the requirements and how-tos for using PHP as a shell scripting language much like Perl and presents many examples of possible scripts [...]

    Detailed PHP array tutorial
    Rate It!
     This tutorial will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. It will also touch on multidimensional arrays.

    Detailed PHP loops tutorial
    Rate It!
     This tutorial will show you all the loops in PHP and their usage with code examples.

    Storing multidimensional arrays in a file
    Rate It!
     This tutorial will show you how to store a multidimensional array in a file and how to retrieve this data. With this method you can imitate a very basic [...]

    Mod_rewrite and PHP functions
    Rate It!
     A SEO tutorial about mod_rewrite done with the help of PHP functions.

    Censored Words
    Rate It!
     This shows a technique for censoring certain words in a string.

    PHP Script Tips - Understanding String Literals and Operations
    Rate It!
     A collection of 14 tips on PHP string literals, operations and conversion. Clear explanations and tutorial exercises are provided on single-quoted strings, [...]


    Search
     
    Special Features
    Deliver Your Ad
    to over 100,000
    web developers!
     
    Contact Us:Modify a ListingReport Site ErrorsSuggestions/CommentsAdvertising Opportunities
     © 1997 - 2005 The Resource Index™ Online Network. A product of Matt's Script Archive, Inc.