joop Posted August 15, 2005 Share Posted August 15, 2005 I`ve just designed a web site and i´ve made a guestbook at the end (all with dreamweaver, but not coding). The problem is now i dont know what the procedure is for making the guestbook work. Do i need to upload it and then it will work. From researching, I think i need sql but dont really know what it is. I really wanted to use my own guestbook...dont make me have to get a free one already made up... Quote Link to comment https://forums.phpfreaks.com/topic/2451-guestbooks-forms/ Share on other sites More sharing options...
obsidian Posted August 15, 2005 Share Posted August 15, 2005 I`ve just designed a web site and i´ve made a guestbook at the end (all with dreamweaver, but not coding). The problem is now i dont know what the procedure is for making the guestbook work. Do i need to upload it and then it will work. From researching, I think i need sql but dont really know what it is. I really wanted to use my own guestbook...dont make me have to get a free one already made up... 267118[/snapback] well, with most guestbooks, you do need some version of SQL on your server. this is simply the database that you are going to store all your entries in to format and display them. as for the coding, you can do the entire guestbook separate from the SQL, but you'll have to create a database to store your results in to be able to display them. Quote Link to comment https://forums.phpfreaks.com/topic/2451-guestbooks-forms/#findComment-8141 Share on other sites More sharing options...
joop Posted August 15, 2005 Author Share Posted August 15, 2005 well, with most guestbooks, you do need some version of SQL on your server. this is simply the database that you are going to store all your entries in to format and display them. as for the coding, you can do the entire guestbook separate from the SQL, but you'll have to create a database to store your results in to be able to display them. 267125[/snapback] Quote Link to comment https://forums.phpfreaks.com/topic/2451-guestbooks-forms/#findComment-8143 Share on other sites More sharing options...
joop Posted August 15, 2005 Author Share Posted August 15, 2005 well, with most guestbooks, you do need some version of SQL on your server. this is simply the database that you are going to store all your entries in to format and display them. as for the coding, you can do the entire guestbook separate from the SQL, but you'll have to create a database to store your results in to be able to display them. 267125[/snapback] Thanks for the explaination...So can i create that database in Dreamweaver first, and then upload my site, because i saw sql instructions on my web hosts site, and maybe i could figure it out from there? It can´t be too difficult, can it? Quote Link to comment https://forums.phpfreaks.com/topic/2451-guestbooks-forms/#findComment-8144 Share on other sites More sharing options...
obsidian Posted August 15, 2005 Share Posted August 15, 2005 Thanks for the explaination...So can i create that database in Dreamweaver first, and then upload my site, because i saw sql instructions on my web hosts site, and maybe i could figure it out from there? It can´t be too difficult, can it? 267151[/snapback] dreamweaver doesn't support database design. it is only for the coding or design aspect of the site. you need to figure out what type of SQL is running on your server (ie, MySQL or PostgreSQL). most will offer either MySQL or both. once you have that set, most hosts will also have a very nice web interface to help you create and populate your tables. if you have specific questions about queries or such, let us know! good luck Quote Link to comment https://forums.phpfreaks.com/topic/2451-guestbooks-forms/#findComment-8145 Share on other sites More sharing options...
joop Posted August 15, 2005 Author Share Posted August 15, 2005 dreamweaver doesn't support database design. it is only for the coding or design aspect of the site. you need to figure out what type of SQL is running on your server (ie, MySQL or PostgreSQL). most will offer either MySQL or both. once you have that set, most hosts will also have a very nice web interface to help you create and populate your tables. if you have specific questions about queries or such, let us know! good luck 267162[/snapback] Thats great, I´m a little bit clearer on how to go about it now at least...I know the web host uses MySQL so I´ll try and work on it from there...thanks very much for the help...If I`still stupid, I`ll be back.... Quote Link to comment https://forums.phpfreaks.com/topic/2451-guestbooks-forms/#findComment-8146 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.