Okay silly me, but yeah I figured out how to get it to work. I did it in MySQL thingy... originally I'd been trying in the phpMyAdmin, but then I thought why not try the other, so I did and it worked. So yeah, only now I'm getting this weird message when I tested my little guestbook...
Could not execute query : INSERT into gb (id,name,email,sitename,siteurl,date,ip,comments) VALUES ('','Me','','Test','Test',now(),'198.49.81.32','').Access denied for user: 'your_username@localhost' (Using password: YES)
The sign.html, form.php, and view.php are actually in a sub folder while I'm guessing the database is in the main directory. Could that be causing this or something else?
Serena-chan