Mrarrowhead.com

 
   

Sign up for FREE PHP Newsletter

Learn basic syntax, experiment with loops, and build user areas.

Name:

Email:




Recommended Design software



 
 

Install Apache 2.2.4 on Windows XP

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. 

Install PHP 5 -- Windows and Apache

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

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.  

PHP Security | php.ini settings | register_globals

Basic run-down on php.ini setings register globals and long arrays.  

How to stop form spam | PHP | Spambot | Captcha

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. 

How to use forms with php

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. 

Passing PHP Arrays From One Page To Another Page

Explains and offers an example of sending a variable array with an HTML form.  

Super Global Array -- Example

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. 

Pass Variables from One Page to Another Page | PHP

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. 

Store Images in Mysql Database | PHP | base64_encode

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. 

How to get images out of mysql database with php

This tutorial explains how to retrieve images from a mysql database.