View Single Post
12-10-2006, 05:53 PM
#4
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Change:

$dir = $_SERVER['DOCUMENT_ROOT'].dirname($PHP_SELF);

to:

$dir = "/your/path/here/";

And you should be golden.