Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Weird, when I first logged in the layout was messed up (see attached screenshot) but when I shft+reloaded, it was fine. So I'm not sure if this is a concern. [attachment deleted by admin]
  2. does that mean you have tried registering. If so, let me know what username you would have used and ill see if you are registered. Thanks I guess I didn't register. I registered (timm017) and logged in fine. No more errors.
  3. Not sure if I even have an account, but when I try to login:
  4. Then why don't you use better forum software? SMF, PHPBB, etc... If you don't want to do that I can move this to freelance.
  5. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=341779.0
  6. You can use REPLACE INTO. If the record exists (PKs), it will update, otherwise insert.
  7. Have you read the sticky? - http://www.phpfreaks.com/forums/index.php?topic=37442.0
  8. Your logic is wrong, you want to use && (and).
  9. So it's intermittent? Regardless, it's still an SMF bug.
  10. Maq

    Spacing style

    Also, you may already know this, but you can import an XML sheet to auto-format/space your code. I know for Eclipse you just hotkey ctr+shft+F.
  11. Typos, secrets, and apparently not the "real" query... Post the entire query exactly how you have it. You're missing a terminating parenthesis: (ID,(SELECT * FROM apartments WHERE ID IN (2,3))
  12. Copied from the example you gave: PHP tags: print "test"; print "test"; print "test"; print "test"; Code tags: print "test"; print "test"; print "test"; print "test";
  13. Check out the sticky - http://www.phpfreaks.com/forums/index.php?topic=58799.0 I recommend installing the all-in-one WAMP server - http://www.wampserver.com/en/
  14. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=341655.0
  15. Can you show an example? What tags are you copying from (php or code or none)?
  16. I don't see a LIMIT clause in your query either.
  17. Look at the manual for JOIN, there are plenty of examples on how to do this: http://dev.mysql.com/doc/refman/5.0/en/join.html
  18. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=341629.0
  19. I know JQuery offers a few plugins for this: http://plugins.jquery.com/plugin-tags/copy-clipboard http://plugins.jquery.com/plugin-tags/clipboard-copy
  20. Check your paths. Make sure you're including all JQuery files correctly. Make sure they exist.
  21. Maq

    Spacing style

    They were probably saying that because both the PHP manual and the Zend Framework use the same exact style for IF blocks, but are different when it comes to class constructors and methods.
  22. Most likely an issue with how you're storing and then checking the passwords (hashed/unhashed).
  23. Did you put the dll in the "extension_dir"? You can find where that is in your php.ini. I'm not really sure what folder you're talking about.
  24. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=341339.0
  25. Uhhh... What the hell is Conway's game of Life?
×
×
  • 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.