Kickin Cowboy Productions Web Design 

The code in this php directory was working on an apache web server with a mysql database.
The apache web server and the mysql database were designed and configured for a windows 2000 operating system.

The host for this web page is a linux web server with an in-house mysql datatbase set up. I have not yet set up
the code samples to work here. I hope to have a working sample as soon as possible; however, you will be able
to look at the code involved.

The task given to me was to take information off a web page where the customers were signing up for subscriptions to a new online magazine service. (Using:newsub.phpmysql.html input form) The database was set up with a "newsub2.sql" look at: mysql_script.html) redirected into mysql. The challenge was to create a flat file (look at:flat_file_for_export_to_excel.html)of the customers that could be exported to Excel. The column headings for the database were needed for the top of the Excel worksheet. I first set up a seperate database for these headings, then I found a mysql function that would give them to me. (look at:insertcustinfo.php) Clicking on the link
below will take you to the directory with the code samples

The sample code under the "newsample" directory is a work in process. It is OK to download to see the code as needed, however again the work is not finished.

PHP Directory with code samples