Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. You really need to read more about mysql -- these questions imply that you really shouldn't be scripting blindly.
  2. Ask Joomla for help about Joomla.
  3. Huh?
  4. Then they are not really identical, now, are they?
  5. Sorry, TLDR -- what's the actual problem? You can't save to mysql?
  6. Are you really asking us what "case-insensitive" means?
  7. FULLTEXT is funny -- depends how common these phrases are.
  8. The refman is your friend.
  9. Then read up on the mysql_* functions in the php refman -- it seems to be igonring you.
  10. No, it doesn't -- just wait until you input has a comma, or you have "John" and "Johnson".
  11. I'm not sure I follow -- (a) you're only asking for "theID" -- don't know what it is -- and (b) check how many matching records actually exist.
  12. It's called a JOIN.
  13. Huh? Dump the recordset.
  14. Don't store delimited values in a single field.
  15. The sticky has some great resources on various hierarchical table design considerations.
  16. This has to do with php's mysql functions, not the mysql server.
  17. I always use the equivalent of an activity column on every table that contains client data -- I can always backup or archive off-line.
  18. STR_TO_DATE() works too.
  19. That's a bad idea -- not thread-safe -- use auto-increment as suggested earlier.
  20. A and C are identical.
  21. No -- one table of answers, linked to question_id.
  22. I see no errors posted.
  23. Then you're still printing another header somewhere.
  24. Why not a LEFT JOIN, then?
  25. Um, a user_id column?
×
×
  • 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.