mmmlolipops Posted December 8, 2007 Share Posted December 8, 2007 I ask of you guys two things. Here is what I want: A rating system just like the one on youtube, but instead of stars the visitor grades it A, B, C, D, or F. ALSO A comment system where ANY visitor can post a comment. In one field they would put their name; and in a field below it they type their review. THANKS TO ALL. Quote Link to comment Share on other sites More sharing options...
revraz Posted December 8, 2007 Share Posted December 8, 2007 Sounds good and doable. Give it a go and start asking for help as you start doing some code. Quote Link to comment Share on other sites More sharing options...
mmmlolipops Posted December 8, 2007 Author Share Posted December 8, 2007 I already started, and I'm not entirely sure of what I'm doing. That's why I came here. Quote Link to comment Share on other sites More sharing options...
revraz Posted December 8, 2007 Share Posted December 8, 2007 Well we normally don't do it for you, but most of us will help you as you go. If this is the first project you've done with PHP, I'd recommend you start a bit smaller and do some basics first so you can understand how PHP works. Quote Link to comment Share on other sites More sharing options...
Dane Posted December 8, 2007 Share Posted December 8, 2007 Their are lots of tutorials on the internet for this sort of stuff. If you www.google.co.uk what you're looking for and work from there. If you come across any problems whilst attempting to create those scripts you want, pop a question in the forums and people will glady help. Quote Link to comment Share on other sites More sharing options...
AndyB Posted December 8, 2007 Share Posted December 8, 2007 Well, nobody is going to write it all for you. Peope may help when you get stuck. So, you need a form and a script to process the form data and save it to a database and a method of retrieving and displaying information from your database. What do you have so far? Quote Link to comment Share on other sites More sharing options...
LuckY07 Posted December 8, 2007 Share Posted December 8, 2007 if you want you can take the code i am using in my thread 'http 503 error'. save the script that wildteen88 edited and that is basically an add comments form w/ all the SQL. get that working first and then add the user rating to that page after you have got the comments working. Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted December 8, 2007 Share Posted December 8, 2007 Start off by making us a HTML form and some PHP and we will help you start coding it. People here at PHPfreaks are pretty nice but we dont really like spending 30 mins on some code when the user hasnt written anything yet Quote Link to comment Share on other sites More sharing options...
mmmlolipops Posted December 9, 2007 Author Share Posted December 9, 2007 well, here is some of my review system thing: <form method="post" action="what do I put here?"> Name: <input type="text" size="10" maxlength="40" name="text"> <br /> Review: <input type="text" size="200" maxlength="500" name="review"><br /> <input type="submit" value="Submit Review"> </form> yeah im not sure what the action should be. Quote Link to comment Share on other sites More sharing options...
AndyB Posted December 9, 2007 Share Posted December 9, 2007 action="form_processing_script_name.php" Quote Link to comment Share on other sites More sharing options...
mmmlolipops Posted December 9, 2007 Author Share Posted December 9, 2007 action="form_processing_script_name.php" i dont know how to make a form processor either. :| Quote Link to comment Share on other sites More sharing options...
mmmlolipops Posted December 9, 2007 Author Share Posted December 9, 2007 HALP Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted December 10, 2007 Share Posted December 10, 2007 Im sorry but you should learn some PHP first and mySQL. But if your not in the mood try: http://www.zimmertech.com/tutorials/php/25/comment-form-script-tutorial.php Quote Link to comment 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.