
MySql Data Server Demos - How to Start:
---------------------------------------

These demos should work in any AMP server (as offered by standard webhosting services)

If you want to test locally, You must install an AMP server (my recomendation is 
'vertrigo' http://vertrigo.sourceforge.net/ )

The demos assumes that you have a database called 'test' in host 'localhost', 
user=root, password=vertrigo 

Clicking 'CreateTable' a new table named 'country' will be created in database 'test'. 
if the table already exists, it will be dropped, created and filled again.

You must create the table prior to run other demos.



xBase Data Server Demos - How to Start:
---------------------------------------

1. Start the server (uhttpd.exe).

2. Open a web browser.

3. Go to localhost (demo will be automatically loaded).



Notes:
------

- The public html files are in the www folder.

- The Harbour modules sources are in modules folder (you can compile to .hrb 
  running build.modules.bat).

- To know how to call modules, pass parameters to them from JavaScript and handle returned
  data, please, take a look at the library source (www/lib/hmgscript.js).

- uhttpd server source code is included in Harbour distribution (examples/httpsrv).

- The HMGSCRIPT library is located at www/lib

- The demo applications are located at www/app

- The style files is located at www/themes

- Compiled xBase (Harbour) modules are in www/cgi-bin


Roberto Lopez (www.hmgforum.com).
