Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. Sorry, I don't follow.
  2. No, I don't.
  3. I have no idea what you'er trying to do, but CASE, as you've used it, is the wrong idea.
  4. * and GROUP BY don't mix.
  5. You cannot use * and GROUP BY.
  6. What's wrong with a JOIN?
  7. A single column can only contain a single value.
  8. Don't mix LEFT and RIGHT.
  9. LOAD DATA from the server requires different perms.
  10. if $pm_count works, then it's not a mysql issue.
  11. Then you need to use GROUP BY.
  12. If you're talking about mysql user variables, you need to assign with :=, not =.
  13. The latter.
  14. I don't understand -- what do you men "not allowing".
  15. Of course you need to worry -- and there's no where clause.
  16. Dump the resultset and see.
  17. Yes.
  18. SPs are useful for a lot of things -- but if you're the only one accessing this DB, then don't bother.
  19. Use IN, not -.
  20. Sorry, I don't follow.
  21. This is getter rather lengthy, and now it's regressing into the realm of syntactical php errors....
  22. That's formatting for output -- leave the raw numbers alone.
  23. Sorry, I don't follow.
  24. What does this have to do with user?
  25. Then you're not getting your die() properly -- drop all that OO stuff until you can get an error to be thrown.
×
×
  • 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.