mysql 3.23.28 gamma
PHP 4.0b4pl1
Apache 1.3.12
I need to change the value of a constant
from: define("DB_SERVER","localhost"
to: define("DB_SERVER","new_host"
I've made the change, but can't get PHP to recognize the new value. How do I get PHP to recognize the new value? Since I have PHP compiled into Apache, I restarted Apache, but still PHP is seeing the old value of DB_SERVER.
TIA.
Hardy Merrill
Mission Critical Linux, Inc.
PHP 4.0b4pl1
Apache 1.3.12
I need to change the value of a constant
from: define("DB_SERVER","localhost"
to: define("DB_SERVER","new_host"
I've made the change, but can't get PHP to recognize the new value. How do I get PHP to recognize the new value? Since I have PHP compiled into Apache, I restarted Apache, but still PHP is seeing the old value of DB_SERVER.
TIA.
Hardy Merrill
Mission Critical Linux, Inc.