Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Next time you post in the wrong section just click on "Report to Moderator" and one of us will move your thread to the appropriate section. Do not double post.
  2. Maq

    invalid query

    It got lost during the forum upgrade. It should be implemented back in the near future.
  3. Maq

    invalid query

    'procedure' is a MySQL reserved word: http://dev.mysql.com/doc/refman/5.1/en/reserved-words.html
  4. Maq

    invalid query

    Can you post the entire exact error?
  5. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=328210.0
  6. Hi, welcome to the community!
  7. Maq

    Your way of coding

    Are you asking in regards to indentation and format or the code itself?
  8. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=328179.0
  9. Maq

    php query

    You don't give the select input a name. Can you post the query1.php?
  10. Maq

    php query

    Please use tags when posting code.
  11. Maq

    php query

    What part are you having trouble with?
  12. I understand that JQuery is probably the most popular JS framework, but also agree that it doesn't warrant its own section. BTW, why do you not want to learn JQuery, or a framework for that matter?
  13. That's fine. I'm sure PHPBB has a 'proper' way of fixing these security issues.
  14. This topic has been moved to PHP Math Help. http://www.phpfreaks.com/forums/index.php?topic=328102.0
  15. Sure, post your code.
  16. Each member should have a unique id, probably an auto-incremented one, just associate it with the text box.
  17. These should be reported here: http://www.phpbb.com/community/
  18. We don't close threads when they are resolved. We used to have a "Topic Solved" button but unfortunately it was lost during the forum upgrade.
  19. First you need to extract the information from your database, so start here: http://us2.php.net/mysql_query
  20. Assuming you're extracting these members from a DB, when you display the members just associate the text box with the unique id.
  21. The mysql_real_escape_string method would not be causing this. The issue is somewhere else in your code. Are you sure these POST variables have values?
  22. That's a little hard to believe.
  23. Welcome.
×
×
  • 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.