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!
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 (298)
  • Functions and Classes: Miscellaneous (47)

  • Resources in this Category:
     
    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.

    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 [...]

    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.

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

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

    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.

    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 [...]

    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, [...]

    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 [...]

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

    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, [...]

    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.

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

    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.

    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.

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

    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 [...]

    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.

    Get Screen Resolution with PHP and Javascript
    Rate It!
     This tutorial shows a couple of methods for retrieving a visitor's screen resolution. You can use this for different purposes, such as web site design or [...]

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

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

    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 [...]

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

    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.

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

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

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

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

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

    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.

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

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

    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, [...]

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

    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 [...]

    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 [...]

    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.

    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 [...]

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

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

    PHP SOAP Extension Server Programs
    Rate It!
     Notes and tutorials on PHP SOAP Extension server side functions, writing server and client programs using SOAP 1.1 and SOAP 1.2, and writing WSDL document.

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

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

    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.

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

    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 [...]

    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, [...]

    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.

    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 [...]

    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 [...]

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

    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 [...]

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


    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.