destined Posted February 9, 2006 Share Posted February 9, 2006 How do i make a new DB table in dreamweaver?i need to make a question and answers page.How do i get the right Answes to the original Question ?i have used dreanweaver to make this page: [a href=\"http://www.destinedtowin.org/test/page/devotional.php\" target=\"_blank\"]http://www.destinedtowin.org/test/page/devotional.php[/a] Link to comment https://forums.phpfreaks.com/topic/3367-2-questions/ Share on other sites More sharing options...
moberemk Posted February 9, 2006 Share Posted February 9, 2006 You can't. However, you can make a db management software do it for you. I recommend [a href=\"http://www.phpmyadmin.net/home_page/index.php\" target=\"_blank\"]phpMyAdmin[/a] for that specific job. Just follow the installation instructions, and it's pretty easy to figure out.As for the Q/A page, make a DB table with these fields:qidquestionanswerAlso, consider taking out a book on how to use Dreamweaver-they can help you with a lot of these things. Link to comment https://forums.phpfreaks.com/topic/3367-2-questions/#findComment-11512 Share on other sites More sharing options...
destined Posted February 9, 2006 Author Share Posted February 9, 2006 Thanksi have phpMyAdmin How would i get the correct Answer to be posted to the rite Questionuse the QID ? Link to comment https://forums.phpfreaks.com/topic/3367-2-questions/#findComment-11513 Share on other sites More sharing options...
moberemk Posted February 10, 2006 Share Posted February 10, 2006 Again, by putting the question and answer fields underneath the same table, then it shouldn't be hard. Link to comment https://forums.phpfreaks.com/topic/3367-2-questions/#findComment-11563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.