The blueberry muffin recipe now includes a way for people to send in their names, email addresses and comments about the recipe, and my database will keep track of all the information, ready to spit it out to me at a moment's notice!
For anyone who attempts the guestbook challenges, this tutorial looks like it will offer some solid guidance. Thank goodness for those kind-hearted programmers who do what they can to help the simpletons. :)
This site tells how to add links to your Website using HTML coding. Links are a key to the interactivity of the Internet, so I thought it would be good to know.
Here is a page about MySQL. It explains why MySQL is the world's largest open source database and why it is usually the top choice when selecting database technology.
Here is my sugar cookie recipe, updated to include a "See Comments" button to show users' the comment information from my database table. I tried to utilize CSS to style the table to match the html page.
Just wanted to share this example of a database powered by MySQL. It includes thousands of records for restaurants health inspections in Connecticut. It's dynamic and updated regularly with new reports. I didn't build it, but I admire the developer who did. I only helped with the HTML/CSS display
This is my rendering of the comment submit section. Everything seems to be submitting correctly, however, i just can't seem to get the database to populate. I reviewed the videos mutiple times with no answer. I thought it may be the 'localhost' issue, but bluehost.com does not give any of the options that we saw on 'nfs'...after about 7 hours of troubleshooting and every possible configuration... if anyone has ideas i would love to hear them....other than that, the site works flawlessly. Hope you enjoy.
Well, "other than that" is pretty much at the core. I wouldn't have known it was a problem if you hadn't mentioned it (will have to change the assignment). But this is a really core thing to figure out. If you can't actually store the material, then you won't be able to do this sort of exchange when you want to make your own stuff.
There's nothing obviously wrong with your code. My guess is that there is something up with your username/pass or table names, but without an "or die" statement, we'll never know...