Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. There is a redirect from the original section & also if he clicks "Show new replies to your posts." this thread will still show up.
  2. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=332033.0
  3. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=331714.0
  4. Well, you're certainly in the right place Welcome to PHPF.
  5. The error itself is pretty self explanatory but this usually means that your query is failing which will return FALSE and is not a valid resource.
  6. You're not outputting anything. Is there more code? If the or die() is not printing anything, than your query is syntactically correct.
  7. Because, it creates un-needed overhead when selecting * and if your table changes in the future, you will be selecting un-expected data. There are other reasons, but these are the primary ones.
  8. Really? Cause this seems pretty accurate and it's in your first post:
  9. Did you even try to Google yourself? There are literally thousands of related hits.
  10. What's happening? Can you give us an example of what you're trying to do?
  11. In the future, please use tags around your code.
  12. http://mastersinprojectmanagement.org/top-25-open-source-project-management-apps.html
  13. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=331694.0
  14. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=331688.0
  15. What is the error? EDIT: I can tell you right now this line is syntactically incorrect. Your quotes are mixed up. var s1 = new SWFObject("http://www.funxy.com/sabaadmin/flvplayer.swf","single","320","280","7");
  16. Put an or die(mysql_error()) at the end of your insert line. It's probably just failing.
  17. Maq

    calendar

    I'm not sure what you mean. Could you either give more detail or provide some sort of example?
  18. In the future, please use tags around your code.
  19. Man, do I know that feeling You feel like that at 21? Can't wait to hear when you turn 40...
  20. Happy bday
  21. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=331562.0
  22. I think the problem is that you specify 5 columns and only give 4 values.
  23. This topic has been moved to PHP Freelancing. http://www.phpfreaks.com/forums/index.php?topic=331484.0
  24. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=331465.0
  25. You can do that yourself actually (bottom center).
×
×
  • 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.