PHP: Hot Pages: What is PHP?

  1. PHP: Hot Pages
  2. Basic Code

PHP allows you to create dynamic web pages: web pages that do things differently depending on when or how someone visits your page, or that change depending on some other outside data. In this tutorial, I’m going to cover some of the very basics of using PHP to handle forms in your web pages. I’m going to assume that you know a little bit about HTML, but nothing about programming or PHP. If you aren’t familiar with HTML, you’ll want to go over the Web Writing Guide at http://hoboes.com/NetLife/Web_Writing/ first.

You’ll need a text editor of some kind; many web page editors have them built in; Dreamweaver does, for example. As I write this, you cannot use the text editor built-in to SeaMonkey. It will throw out your PHP code when you switch between WYSIWYG editing and text editing. If you want a dedicated text editor, NoteTab on Windows comes recommended by people I trust, and Fraise or Smultron on Mac OS X are great choices.

  1. PHP: Hot Pages
  2. Basic Code