Author |
Message |
|
Thanks again Carbonize.
|
|
|
Yes they are 2 single '
not the " (inch or quote mark)
|
|
|
OK. I wasnt sure so i did it both ways and still got the error.
class addentry {
var $db;
var $ip;
var $include_path;
var $template;
var $name = '';
var $bottest = '';
var $bottestanswer = 'CEILINGS';
|
|
|
I have made the changes to the files and when I go to sign the guestbook I get this error:
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/jenbrink/public_html/guestbook/lib/add.class.php on line 17
(Line 17= var $bottest = '';)
class addentry {
var $db;
var $ip;
var $include_path;
var $template;
var $name = '';
var $bottest = '';
var $bottestanswer = CEILINGS;
I did remove the ' ' as noted : /* this is the answer to the question. It must contain no ' */
I dont think that I missed anything (?)
Thanks for any help!!
Link to guestbook: http://sbceilings.us/guestbook/
|
|
|
I did try to search the forum and could only find how to remove the URL entry.
Is there a way to treat the URL entry the same as the "Hide Email Address" that is in this forum: http://proxy2.de/forum/viewtopic.php?p=10856&highlight=#10856
If there is a post of this, could someone direct me to it?
Thanks for all your help.
|
|
|