Please be kind. I decided to install a PHP guestbook provided by my hosting company tonight. Everything went fine, no errors, etc... but, I'm having some trouble customizing it. I don't know the first thing about PHP - this is my first time messing with it in any way.
It's probably blindingly obvious and I'm just missing it, but I want to change the stupid default "leave a message" text at the top of the page to say something more interesting. Here's what I came up with.. the index.php file references a file called template.class.php, which in turn references a "language" file (english.php), wherein I found the text that it appears to be using for the heading of the page. I changed the text in that file, saved it, and refreshed the page.. same old text! Soooo... what am I doing wrong here? Any ideas?
Thanks for humoring a brain-dead newbie.
It's probably blindingly obvious and I'm just missing it, but I want to change the stupid default "leave a message" text at the top of the page to say something more interesting. Here's what I came up with.. the index.php file references a file called template.class.php, which in turn references a "language" file (english.php), wherein I found the text that it appears to be using for the heading of the page. I changed the text in that file, saved it, and refreshed the page.. same old text! Soooo... what am I doing wrong here? Any ideas?
Thanks for humoring a brain-dead newbie.