ADD RESOURCESEARCHWHAT'S NEWUSER REGISTRATIONCONTACT USRANDOM LINK
     
e-Classifieds - What do YOU want?
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
SurveyFactory
   survey software
FormMail.com
   hosted form mail
Matt's Script Archive
   free cgi scripts
fotons: photography
   top travel photos
Documentation: Examples and Tutorials: Miscellaneous

Related Categories:
 
  • Complete Scripts: Miscellaneous (345)
  • Functions and Classes: Miscellaneous (50)

  • Resources in this Category:
     
    Ajax PHP tutorial
    8.88 (10 votes)
     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.

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

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

    Building a Fair and Convincing Banner Rotator
    Rate It!
     A tutorial to build a banner rotator that shows the banners randomly but also equally.

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

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

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

    PHP string to array conversion
    Rate It!
     This short lesson teaches you how to convert a string to array using PHP's built-in functions.

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

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

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

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

    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.

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

    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.

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

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

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

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

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

    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.

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

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

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

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

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

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

    Generate random string with PHP
    Rate It!
     A short description with complete code examples showing how to generate random strings using PHP.

    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.

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

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

    PHP SOAP Extension in PHP 5.3.1
    Rate It!
     This tutorial provides notes and example code on the SOAP Extension in PHP 5.3.1. Topics include downloading and installing PHP 5.3.1, configuring SOAP [...]

    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.

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

    Get visitors IP address with PHP
    Rate It!
     How to get your visitors' real IP address using PHP, with code examples and comments about security.

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

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

    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.

    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.

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

    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.

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

    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.

    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.

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

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

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

    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.

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

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

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

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

    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 block messages with undesired words
    Rate It!
     This article examines a function to detect undesired words in a message.

    PHP get current page URL
    Rate It!
     A detailed description of how to get your current page URL with PHP using code examples.


    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.