Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. Huh?
  2. What are you trying to do?
  3. You need a LEFT JOIN.
  4. Echo the interpolated query.
  5. It will "submit" as many fields as you POST to it... and yes, you'll need to insert multiple records.
  6. You can just shuffle a list of UIDs in php and store the result back.
  7. This: Product number 1 -needs- Component A and B Product number 2 -needs- Component A and C Product number 3 -needs- Component A, B, and C requires this: Product number 1: Component A Product number 1: Component B Product number 1: Component C .... in the relating table. Doesn't matter if it's one to many or many-to-many.
  8. JavaScript and PHP have nothing to do with one another.
  9. This is now a php error only -- if the sql part has been resolved, I'll move this thread accordingly.
  10. You need to overload onselectstart...
  11. Sure... "countdown js setInterval"
  12. Have you read through the sticky?
  13. Doesn't matter how it's set up -- always use a many-to-many table for stuff like this.
  14. Are the actual values in the DB correct? I don't know how phpmyadmin supports these.
  15. Actually, the second argument can't have spaces... it's the window name, not the title.
  16. .data? That's an unusual attribute to set.
  17. You want the number to change every second... that's an interval.
  18. What doesn't work about it?
  19. And that comes back as a string?
  20. This doesn't sound like it has anything to do with mysql, but rather with php's str_replace() function... if so, I'll move it to the appropriate forum.
  21. Strange... post the table structure.
  22. Delimited number of strings? that's your problem -- you need to normalize this table.
  23. Yes... use IF( paid >0, 0, 1 )
  24. Why would you have any trouble?
×
×
  • 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.