A simple tutorial on installing Apache 2.24 on Windows XP -- this tutorial is intended for getting Apache up and running on a Windows machine, and is summarized with questions and answers. It has screenshots of the installation procedure using the msi installer.
Basic tutorial (how to) guide for installing PHP with Apache on Windows xp. Tutorial includes screen shots and general instructions about php.ini -- is intended for a stand alone developer machine.
How to make money on the internet. This is a no none-sense, first hand account of how you can start make money on the internet. This tutorial will cover topics such as web design, writing and SEO, Adsense, Ebay, paypal and much more.
Basic run-down on php.ini setings register globals and long arrays.
These are some scripts that were put together to help stop spam on mrarrowhead.com and other servers. It shows you how to script randomly generated name fields and then a captcha script.
Provides fundemental principles of using a form with PHP to pass information. Tutorial discusses some of the various HTML attributes used with HTML forms, and explains how those attributes are used. Provides HTML and PHP script examples for beginners to start passing sending variables to scripts.
Explains and offers an example of sending a variable array with an HTML form.
Here you will find a visualization of PHP Super Global Array using the POST method as an example. This page attempts to explain Super Globals and arrays in general using a bookcase as a model. This way of presenting arrays offers the programmer a way to visualize an array.
Very informative tutorial about using PHP Super global arrays. This tutorial will guide you through the use of three of the most commonly used Super Globals in PHP -- POST, GET, and SESSION. This how-to attempts to break away from the often cryptic programming jargon that tends to confuse begginers.
Learn how to store images in your mysql database. This tutorial gives a bare-bones understanding of php function "base_64encode" to insert jpgs, gifs, and bmp files.
This tutorial explains how to retrieve images from a mysql database.