Hi.. i m a newbie, just finishing up creating my webpage.. now i was gonna add a guestbook to it, cuz i dont like the free ones that they have online w/all those annoying advertisements.. so i found a few free online scripts for guestbooks.. i was going through one of them, and everything was pretty self explanatory until one part. i will copy and paste wat the instructions said..
"Part B - Installation and testing
1. First and foremost is the fact that you need a database and table. I cannot go into how to set-up a database here. Either you know how or you don't.
a. If you're on a host with PHPMyAdmin, life will be a lot easier for you.
b. Once you've created your database, you need to change the values of the variables at the top of "addrecord.php" and "guestbook.php" so that your username, password, and database name are correct. Once you see the files, you'll notice that they're pretty self explanatory."
I have no idea how to create a database.. I am putting up the file on my school server, and know that server supports everything that is required. These are the lines that i need to fill in the code for. If anyone could help out it would be much appreciated.
$user = "USERNAME";
$password = "PASSWORD";
$db = "DATABASE_NAME";
my site address is,
www.ic.sunysb.edu/stu/ssanghav
would my username and password be the username n password i use to log into my webserver?
so basically i have access to a unix shell script where i upload all my files for the webpage, but just need to know how to create the guestbook.
Anybody who can help?
It is much appreciated. Thank you