Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. We recently updated the forums and the Topic Solved mod hasn't been implemented yet.
  2. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=326580.0
  3. You have spaces: constructs .pt_id & constructs .signstat
  4. I posted a link to the manual, there are plenty of examples there. Matthew has given you one as well.
  5. Use the strtotime function first.
  6. Search for "Dynamic Extensions" and write in the file (you should see examples): extension=php_mysql.dll Then restart Apache.
  7. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=326563.0
  8. In the future, please use tags when posting code.
  9. You could use NOT IN.
  10. Guys, in the future please use the tags.
  11. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=326238.0
  12. Maq

    sql search

    Then compare with '=' not LIKE. $Nif = mysql_escape_string($_GET['Nif']); WHERE Nif = '$Nif'
  13. Yep, check out: http://dev.mysql.com/doc/refman/5.1/en/reserved-words.html
  14. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=326252.0
  15. Your other thread has been deleted due to this thread being the elder and having more responses. Please do not double post.
  16. This doesn't seem right. Can you explain what you're trying to do, maybe we can suggest a better approach. If you must, you can temporarily set the max_execution_time with ini_set. It may shut down the entire internet so be careful.
  17. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=326181.0
  18. If you think it's worth it, add Yola to the web host list sticky: http://www.phpfreaks.com/forums/index.php?topic=117475.0
  19. Maq

    hello :]

    Hi rolo, welcome.
  20. Maq

    Empty set

    That's not an error. If you're sure that 'Automotive' exists as a categoryId in the businessCat table, then your join is wrong.
  21. Hi and welcome
  22. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=326056.0
  23. Yes you will need to use AJAX. JQuery is just a framework for Javascript which will make your life a lot easier, so I suggest you learn and use it. Check out: http://docs.jquery.com/UI/Progressbar
  24. Hi Zac, welcome to PHPFreaks.
×
×
  • 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.