Here is my final project, a way for people to rate their courses and make comments. I outputted the professors' names, when the course was taught and the comments, figuring that was the most relevant information.
How to debug your PHP program in case your server, database or table malfunctions. This is real important and could save you valuable time ... days, perhaps!!
A tutorial on how to create forms and make them interact with php. Here, I take you step by step through nearly everything you need to know to get those databases primed and ready to go.
This is a nice, simple tutorial on how to submit forms using php and jquery. It's done by a 20-year-old who admits he was lost the first time he tried to write these codes. That made me feel better!
Not sure if you have to put POST in quotes... try it, it might work!
Lee Howard
Caruso Nicholas L wrote: > I'm getting this error when I attempt to validate my html page for the Astrological Sign challenge: > > "Line 17, Column 75: value of attribute "method" cannot be "POST"; must be one of "get", "post". > > …dyvybes.nfshost.com/sign.php" method="POST" > > > The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the "selected" attribute must be either minimized as "selected" or spelled out in full as "selected="selected""; a value like "selected="true"" is not allowed." > > I re-checked the book, and I've typed exactly what they told me to...which was the following: > > "<form action="http://rocksteadyvybes.nfshost.com/sign.php" method="POST" >" > > I'm not exactly sure why I'm getting the error. I have the proper closing too. Anyone have any ideas?
I got my blueberry muffin recipe page to add some reader comments that had been collected on the database from my previous coding that populated the database.
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!
I noted that Professor Halavais talked about deprecated codes for Javascript that will have to be edited whenever you find older code you want to grab. So here is a handy list of what NOT to wear when you try on old code!
This program will tell you which sign of the zodiac you were born under. If you enter a typo or a wrong number, you will be told to try again. Check out the elseif clause!!
This page allows one to roll two dice and have a graphic depiction of the dice rolls for each. Thanks to Professor Halavais for steering me back in the right direction!