turn globals on, php.ini
they are off by default.
Guestbooks
Moderator: General Moderators
-
Chocolate_Raindrop
- Forum Newbie
- Posts: 11
- Joined: Thu May 20, 2004 6:07 pm
- Location: Alabama
- Contact:
-
Chocolate_Raindrop
- Forum Newbie
- Posts: 11
- Joined: Thu May 20, 2004 6:07 pm
- Location: Alabama
- Contact:
is there anyway i can keep them off and still use the code? also i'm looking at the site that i got the code from and i'm not sure what i'm suppose to do.
This is from the site.
Upload the guestbook.php file to your server in directory with CHMOD at least 0777
Insert in your guestbook HTML file the following strings -
<!--Guestbook_start--> and <!--Guestbook_end-->
Indicate the desired guestbook HTML file name in
"$filename = "index.html";" (default "index.html")
The guestbook script will insert all messages only between this two strings.
In case if you have not the guestbook HTML file the guestbook PHP scripts will create it for your using the default template.
In the code it has CHMOD at 0775. could that be a problem? also when they tell me to put the two tags in my HTML file. i'm not so sure exactly where in the file they want me to put them.
This is from the site.
Upload the guestbook.php file to your server in directory with CHMOD at least 0777
Insert in your guestbook HTML file the following strings -
<!--Guestbook_start--> and <!--Guestbook_end-->
Indicate the desired guestbook HTML file name in
"$filename = "index.html";" (default "index.html")
The guestbook script will insert all messages only between this two strings.
In case if you have not the guestbook HTML file the guestbook PHP scripts will create it for your using the default template.
In the code it has CHMOD at 0775. could that be a problem? also when they tell me to put the two tags in my HTML file. i'm not so sure exactly where in the file they want me to put them.