Well, for a start, for the form (if you dont know how), do
HTML Code:
<form action="file" method="how">
Your name: <br><input name="name">
<br><br>
<input name="submit" value="Submit">
</form>
Thats just a straight forward, 1 field form. You can add more of course! I wouldn't know about how to do the rating thing as I haven't attempted one myself yet. Once you have made the form, all you need to do it post it into the database and pull it out and show it.
Remember:
if the form is submitted, add to database
also show the comments posted
if the form isnt submitted, show the form and also all the other things posted
|