Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. I'm sure there's a faster way... check out the link in my sig and try to re-formulate your question.
  2. Sounds like a simple update statement should work.
  3. Now I don't follow... why not use substring_index() to find the "root folder" and then simply check that against the left-most part of the path field?
  4. If you post the actual queries, that would help too -- not php code.
  5. You just need a LEFT JOIN ..IS NULL to find the missing ones.
  6. MySQL 5 has a CSV engine type.
  7. If what's possible?
  8. You simply need to rotate this log.
  9. Well, you'll always get partial matches with fulltext searching... personally, I don't see anything wrong with that.
  10. Yikes... you need a WHERE clause for every update statement.
  11. I don't follow... could you give an example?
  12. Yikes... what are you trying to do there?
  13. Sounds like your PHP paths are all wrong.
  14. PBXT is still fairly new....
  15. Then you've come to the wrong place/forum.
  16. This is a very common way to handle hierarchies -- it poses some issues for certain types of queries, but usually, it's ok -- mainly because it's the easiest to maintain.
  17. Don't post the code -- show us the actual queries.
  18. I don't see a single mysql query anywhere in there.
  19. What's wrong with plain ol' mysqldump?
  20. "Sending" is not a mysql problem -- confirm that you're getting back the rows you expect.
  21. Say what? What's "dout"?
  22. The error tells you exactly what's wrong... you're missing a parameter.
  23. Forgot about the cron for now.... how might you handle this for a single month?
  24. Not that I'm for comma-separated anything, but FIND_IN_SET() can be your friend.
  25. 1,2 and 3 all sound like php questions.
×
×
  • 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.