Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. Sorry, TLDR -- what's the actual problem? You can't save to mysql?
  2. Are you really asking us what "case-insensitive" means?
  3. FULLTEXT is funny -- depends how common these phrases are.
  4. The refman is your friend.
  5. Then read up on the mysql_* functions in the php refman -- it seems to be igonring you.
  6. No, it doesn't -- just wait until you input has a comma, or you have "John" and "Johnson".
  7. 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.
  8. It's called a JOIN.
  9. Huh? Dump the recordset.
  10. Don't store delimited values in a single field.
  11. The sticky has some great resources on various hierarchical table design considerations.
  12. This has to do with php's mysql functions, not the mysql server.
  13. I always use the equivalent of an activity column on every table that contains client data -- I can always backup or archive off-line.
  14. STR_TO_DATE() works too.
  15. That's a bad idea -- not thread-safe -- use auto-increment as suggested earlier.
  16. A and C are identical.
  17. No -- one table of answers, linked to question_id.
  18. I see no errors posted.
  19. Then you're still printing another header somewhere.
  20. Why not a LEFT JOIN, then?
  21. Um, a user_id column?
  22. It'll annoy people, and then alot of people won't bother using the service if they can't get any help? If people expect ANYTHING in terms of reliability from a FREE service, they're fooling themselves. It's an illusion. Gmail can turn off tomorrow, delete all of your e-mail, not tell you, and it's your fault, not theirs. Well if Gmail did close tomorrow they would be up for a lot of legal costs as part of the gmail contract is that they will provide 99.5% uptime and if they break that contract a lot of people would sue google. As it is people almost sued google when did went down for a few hours but google argued because it only effected 25% of the customers therefore they could be down 4 times the time mentioned on the contract. Lucky <blank> See Mchl's post -- Google owes nothing to anyone.
  23. It'll annoy people, and then alot of people won't bother using the service if they can't get any help? If people expect ANYTHING in terms of reliability from a FREE service, they're fooling themselves. It's an illusion. Gmail can turn off tomorrow, delete all of your e-mail, not tell you, and it's your fault, not theirs.
  24. Or what? It's a free service.
  25. Not sure what you're trying to do... multi-valued insert statement?
×
×
  • 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.