Setting Up Database Driven Websites This tutorial is an introductory guide to get you started in the world of server-side-scripting and web databases. It covers installation and configuration of MySQL, Apache, and PHP. An example script is also included as a guide for making your own server-side-scripts.
| Name: |
Paul |
| Subject: |
Database driven Website tutorial |
| Date: |
05-27-1999 12:42PM |
Very useful - Certainly cut down the amount of background reading necessary to start doing something useful with mysql,php and apache.
One point - in the "Installing Apache" section I had to add:
LoadModule php3_module libexec/libphp3.so
&
AddModule mod_php3.c
to httpd.conf in order to get the example working.
Thankyou, I look forward to the next in the series !!!
|
Other posts in this thread:
Reply to this post:
|
 |
New On DevShed:
Hot Forum Topics:
|