Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Any data coming from a user needs to be escaped, whether they are coming from a pre-defined select box or not, doesn't matter. Client data should not be trusted.
  2. In your success function you are checking that html equals 1 for success, this what process.php echos? I usually use json to return data from ajax calls. You can checkout a decent example here.
  3. Did you restart IIS after changing the php.ini?
  4. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=314375.0
  5. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=314417.0
  6. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=314408.0
  7. You need to ensure there is a space between if and [
  8. This topic has been moved to Editor Help (Dreamweaver, Zend, etc). http://www.phpfreaks.com/forums/index.php?topic=314287.0
  9. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=314271.0
  10. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=314265.0
  11. trq

    Hit Counter Help

    Why not use Google's analytics or similar?
  12. Were going to need code to understand exactly what your talking about. In tags please.
  13. There is a link in my signature to a free book (Hudzilla), it has entire chapters on handling forms (which is basically what ajax is) and using php with databases.
  14. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=314194.0
  15. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=314260.0
  16. You can use both together, but I don't think it will get you the result your looking for. Maybe if you explain exactly what data you want retrieved and in what order.
  17. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=314258.0
  18. Apache is pretty much the standard when it comes to php.
  19. trq

    Group help

    SELECT name, weight FROM tbl GROUP BY weight
  20. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=314247.0
  21. That is different to there old code then, good to know. Thanks.
  22. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=314181.0
×
×
  • 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.