Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. This topic has been moved to MySQL Help. http://forums.phpfreaks.com/index.php?topic=364822.0
  2. No.
  3. No...
  4. You should also properly handle your errors, read: http://www.phpfreaks.com/blog/or-die-must-die
  5. Congrats Jesi
  6. This topic has been moved to Miscellaneous. http://forums.phpfreaks.com/index.php?topic=364291.0
  7. Hi and welcome to PHPF.
  8. This topic has been moved to MySQL Help. http://forums.phpfreaks.com/index.php?topic=364146.0
  9. Can you show us some sample data and table structure? What data type is column 'bid'?
  10. Any decent IDE should come with this feature. You can even customize how the format looks. Anyway, that's one of my pet peeves....
  11. 07960, please use or tags around your code.
  12. This topic has been moved to PHP Freelancing. http://forums.phpfreaks.com/index.php?topic=363946.0
  13. If an exception is caught the resources are never deallocated.
  14. My brain "fixed" it to "PHP finally gets support" until I read it. :-P I am confused about the part they said is confusing. Why wouldn't code that's completely outside of the try/finally block not run? Because of the try block returning.
  15. This topic has been moved to PHP Applications. http://forums.phpfreaks.com/index.php?topic=363821.0
  16. You should actually be properly handling errors. One of the staff members wrote this article: http://www.phpfreaks.com/blog/or-die-must-die
  17. What exactly does that mean? Do you receive errors, blank page, incorrect results, what? You shouldn't be escaping the single quotes in the like clause. You should also check for errors: $query = mysql_query( "SELECT * FROM `horses` WHERE `registrations` LIKE '%ADHS%'") or die(mysql_error()); You should also post more of the pertinent code.
  18. What exactly are you trying to do? Surely there is a better way.
  19. I don't understand what you are asking. Do you want to know if you should rewrite your app in PHP?
  20. Maq

    Lists. br or li

    "More effort" is not a justifiable reason to do it the improper way.
  21. Maq

    Questions

    But... it just sounds better! Duhh He deliberately did that to test the employer, duh.
  22. This topic has been moved to Miscellaneous. http://forums.phpfreaks.com/index.php?topic=363388.0
  23. Congrats!
  24. Maq

    error

    3. Learn to use spell check and not capitalize random letters.
×
×
  • 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.