September 10th, 2004, 05:52 AM
|
#3 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
For the require place the full server path to config on that line
example
require "config-inc.php";
would be
require "/home/somesite/public_html/reviewpost";
|
| |