Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. This looks like a double-post...
  2. That's a php error, not a mysql error.
  3. Solved how? This is a precedence issue.
  4. Doesn't matter at all... you can still put the pieces back together so that you use a date field properly.
  5. I don't even understand the question.
  6. Echo the query.
  7. I don't follow.
  8. Looks fine to me
  9. What's not working... show output.
  10. That's your browser displaying those characters, not the database. You can pad numbers in PHP -- don't make the DB do the work. And you can translate 0 and 1 easily in PHP.
  11. That's because you're using the same alias twice.
  12. Too little information...
  13. And what's wrong with that?
  14. You need to make sure "skip-networking" isn't on... and that you're listening & connnecting on the right port, etc.
  15. Are you sure the grants have been set up correctly?
  16. well, you could group-concat the events....
  17. Echo the query itself.
  18. I'm not sure I follow... and most comparisons are case-insensitive unless you picked a different collation.
  19. Are you just counting? A simple join would suffice.
  20. Did you set the delimiter first?
  21. Yeah, no kidding.
  22. Yes, but it will be very slow.
  23. Why is your query failing? Check mysql_error()
×
×
  • 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.