Thread
:
another error :)
View Single Post
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
View Public Profile
Find More Posts by kaostik