// Ken's dBCon 2004 paper on Web Applications --

Here's what is in the .zip file, and what to do with it all:

1) Create the following folders:
    dBCon-WebApp
         |
         +---- SourceCode
         |
         +---- Executables
         |
         +---- Tables

2) Copy the *.prg, *.cc, *.bmp, *.jpg files into SourceCode
3) Copy the .dbf, .mdx, .dbt into Tables
4) Copy the *.htm files to the main folder ("dBCon-WebApp")
5) Create a BDE Alias called dBCon-WebApp that points to the tables folder.
6) Read the paper (-- "IntroToWebApps.htm" do the setup for Apache, 
   Application Mapping, etc.)
7) Then try running things by starting Apache, starting your web browser,
   run the program in dBASE to create the executables ("MakeExecutables.prg"),
   go to "LocalHost" in your browser, and ... try it out.

It helps to read at least the stuff on setting up Apache and the Web Application
Mapping bits, as described in the paper.

Hope this helps!

Ken