Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Updates don't insert, they only update an existing record. Are you sure there are values that match your WHERE conditions in the database? If so, try adding or die(mysql_error()) to the end of your mysql_query() calls.
  2. How are you calling the page?
  3. I don't think this line is valid (extra comma): VALUES('$title_form','$summ_form', '$story_form,', '$username', '$cat_form','$rating_form')
  4. Like what? And what is supposed to do?
  5. Maq

    Linking

    No, I do not believe you need permission.
  6. Thanks for the review. After skimming through their site I didn't really have a great feeling about them. They didn't even have pricing available...?
  7. Wow, IE 5 & 6, that's impressive Not my sort of style, but it's nice, clean, and easy to navigate.
  8. Please use code tags.
  9. @Spock, no his method is using POST. You need the isset function there. What happens when you add it? $rating_post = $_POST['rating']; Should be (plural): $rating_post = $_POST['ratings']; Also, make sure your $id has a value: $id = ($_GET['id']);
  10. - Use tags next time. - Please refrain from including things like "HELP ME! PLEASE!!!!" in your thread subject, we understand that you need help.
  11. Can you post the relevant code (not all of it)?
  12. I see where you're coming from, but I have to agree with everyone else, overall I don't see this working out nor being popular enough to warrant a new forum. Besides, there are already tools built for this type of collaboration that are more suitable. Thanks for the suggestion though!
  13. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=326775.0
  14. Haha, in my little apartment... I don't think so.
  15. lol, If you can afford the beer pong table, I hope you can afford better than cheap-nasty-vodka.
  16. Far from one, but thanks >
  17. http://www.etsy.com/listing/62346287/custom-beer-pong-table
  18. Please refer to the manual: http://dev.mysql.com/doc/refman/5.0/en/order-by-optimization.html As you can see by the examples, you can easily ORDER BY two columns separating them by commas.
  19. I thought the error message said you were missing "php_mysql.dll" not "msql.ddl", no?
  20. Urgh, why make it in entirely the wrong forum? I guess it slipped under my radar (was on vacation ) and I would never have thought to look in there for an announcement! Because I think he was looking for Questions, Comments, and Suggestions for the new upgrade.
  21. Don't feel like that, Curtis. Everyone likes to be thanked
  22. Can you provide and example?
  23. Ha, yeah that could cause some problems.
  24. Figured as much
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.