Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Use code tags. What doesn't work? What happens? Are there any errors? Please, we need more information.
  2. I've never seen this before but after Googling a bit it seems most people fixed this by upgrading MySQL. What version are you running? This may be helpful: https://my.kayako.com/Knowledgebase/Article/View/332/0/error-in-my_thread_global_end-1-threads-didnt-exit
  3. I'm pretty sure that's what is causing your error. Take it out and let me know.
  4. Are you including '//Comments Table' when you execute the SQL?
  5. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=320132.0
  6. What's the error?
  7. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=320136.0
  8. Sorry, that would set the prices to 6% of their original value. This should be what you want: UPDATE shop_prod SET price = price + (price*.06)
  9. Yes, that is correct but 6% is .06.
  10. Your column 'key' is a reserved MySQL word. You can place backticks `key` around the column name everywhere it's referenced. You should try to avoid naming your columns after reserved words.
  11. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=320124.0
  12. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=320119.0
  13. Agreed.
  14. Whoo, first 2 lines do nothing. Amazing. Right, the third line only does something because it causes a fatal error. For a guy that has 'array' in your name, you sure don't know much about them.
  15. errrr, zero is a number, infinity is a concept you need to reed up... persay For someone looking for answers, you sure are being an asshat.
  16. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=320042.0
  17. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=320039.0
  18. Maq

    COUNT

    Is this in a database?
  19. Use Google please.
  20. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=320026.0
  21. They just picked up your form and tried to automate a submission most likely. There are many reasons, and yes, annoyance could be one of them.
  22. Thousands of rows is nothing...
  23. Did you restart your web server after you enabled this? The server you're testing this on is windows, correct?
  24. Who knows... But, as Mabismad mentioned, you should implement validation. If you need help with the validation feel free to start another thread with the relevant information.
  25. Show me the current query and the exact error message.
×
×
  • 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.