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: |
Vincent Lim |
| Subject: |
Re: It asks me to save the file to disk |
| Date: |
01-11-2000 09:00PM |
I solved the problem about using and installing the correct httpd binary.
use the command:
'./configure --with-apache=/path/to/distribution'
when installing php.
And after that, go to the apache directory and do this command:
'./configure --activate-module=src/modules/php3/libphp3.a'
Of course, you need to include the other configure options in the same line.
|
Other posts in this thread:
Reply to this post:
|
 |
New On DevShed:
Hot Forum Topics:
|