View Single Post
Old August 17th, 2005, 05:19 PM   #18 (permalink)
Zachery
Ultimate Member
 
Join Date: Jan 2004
Posts: 2,196
Re: another error :)

$forumpath = /home/seattle/public_html/forums ;
should be

$forumpath = "/home/seattle/public_html/forums";
Zachery is offline   Reply With Quote