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 mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=325434.0
  2. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=325951.0
  3. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=326030.0
  4. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=326040.0
  5. We just updated the forums so the "Thread Solved" mod hasn't been installed yet.
  6. Yep, try it out.
  7. Wasn't that the same thing flolam said?
  8. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=325938.0
  9. Please be conscious of where you post (moved to the MySQL section). As samoht mentioned, use: http://dev.mysql.com/doc/refman/5.0/en/string-comparison-functions.html#operator_like
  10. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=325939.0
  11. SQL would bet the best way to limit your results. As KPH mentioned, the LIMIT clause can take 2 parameters to specify a range of where to limit.
  12. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=325846.0
  13. What exactly do you mean mobile development? That's a pretty broad range.
  14. Not sure what you're talking about. If you still need help post the query and error message.
  15. Because it was posted: December 05, 2008, 01:09:27 PM
  16. Yes. Example: SELECT * FROM DB1 WHERE example LIKE '%s' OR example2 LIKE '%s';
  17. Yep And alternatively you can click on "Report to Moderator" in the bottom right to send a short message which all moderators will be able to view just in case some Mods don't venture into the particular section.
  18. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=325476.0
  19. This is the correct logic but I'm telling you that the syntax is invalid. It should not work with or without the or like this. SELECT * FROM DB1 WHERE example = %s or example2 = %s
  20. Have you tried it? From you syntax, it looks like you should be using LIKE, not =.
  21. Looks much better than what you had before
  22. I understand you have good intentions, but please don't resurrect a thread that's over 2 years old.
  23. wow
  24. Np. Already did.
  25. - For PHP Coding questions, please post in the PHP Coding Help section for now on - Also, use tags for code, not tags.
×
×
  • 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.