View Single Post
Old August 17th, 2005, 06:21 PM   #19 (permalink)
kaostik
Junior Member
Verified Customer
 
Join Date: Jul 2005
Posts: 9
Re: another error :)

Quote:
Originally Posted by Zachery
$forumpath = /home/seattle/public_html/forums ;
should be

$forumpath = "/home/seattle/public_html/forums";

actually..it should be in single quotes...not double.
$forumpath = '/home/seattle/public_html/forums';
kaostik is offline   Reply With Quote