Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. Really? You can't search the web? That would be the easiest way to "get a move on". here.
  2. Sure, but what I'm saying is that TIME_FORMAT() allows you get back the desired format from the database.
  3. You DON'T change the format of the database field -- you format the field when you SELECT this column back. Does that make sense?
  4. "Undefined index" sounds like a php error....
  5. Depends if those two values are different.
  6. I'm hoping you've read this. Give this a good read.
  7. I don't know what that means.
  8. Try "DELETE FROM cancellations WHERE row_number='".$_POST[row_number]."'"
  9. Just be very careful -- indexing is handled fundmentally different in InnoDB, so queries will perform differently too. At some point auto_increment was funny too, maybe this has been fixed.
  10. Try "HAVING evaluator = 23".
  11. There's an entire refman page dedicated to this issue.
  12. Echo $sqldelete.
  13. Don't double-post -- topic locked.
  14. You still want BIGINT.
  15. That depends on the nature of the table, the column you're extracting, and how the query performs... post the EXPLAIN.
  16. Where does this error -- "Unknown column 'Array' in 'where clause' " -- come from? Which line?
  17. Did you index it?
  18. Fine... so what's the issue? You simply store all of the fields from each page whereever they belong... I'm confused.
  19. Try using $gettheteam['cityname']. You're not bothering me, it's just synatx.
  20. Not in the where clause you posted...?!?
  21. Any other details? That's quite general and vague.
  22. What is this for? What do you have so far?
  23. You don't need to keep explaining it to me. You're issuing a query, storing the result set in $gettheteam... and then you're assigning the fetch_assoc() to itself (and assuming that only a single one will come back). But you're not pulling the field out of this hash.
  24. If course... and bracket matching... how could I have forgotten?
×
×
  • 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.