Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Or, check out: http://proemframework.org/docs/signal-component.html Yes, I'm pimping my own framework, but it is a decent example of the concept.
  2. You would likely want to validate this with JavaScript and PHP.
  3. Sending email from one server and making it look like it has come from another mail server will usually end up with the email either going to trash, or not being excepted at all.
  4. trq

    Confused

    Have a look above the Post / Preview buttons.
  5. Your going to need to post your current code. In tags please.
  6. You don't select any field from the database called "filename".
  7. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=359340.0
  8. Makes no sense any other way.
  9. Your form element names are different to that used in the php code.
  10. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=359389.0
  11. And where exactly is that code is relation to the javascript?
  12. finished = <?php echo $somephpvar; ?>;
  13. Can you post your php code?
  14. It helps if you describe your problem.
  15. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=359385.0
  16. See preg_match.
  17. You should use jQuery's ajax() method instead. It has a statusCode event which is prefect for this situation. See http://api.jquery.com/jQuery.ajax/
  18. From memory IIS6 does not support url rewriting. You need at least IIS7.
  19. Did you read my last two replies?
  20. Cool. What is the problem?
  21. Actually, looking at it again, there would be an unclosed <font> tag. Fix that and you should be golden. Better still, don't use font tags, they are pretty 1995.
  22. My code should work fine. What do you see when you view the source of the page?
  23. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=359282.0
  24. $body .= '<b><font color="#006699"><img src="' . $num . '">: ' . $user_name . ':
  25. There is a know bug in php's cgi implementation that allows a client to view the source of a page by supplying a query string without any = sign in it. eg; /?-s is enough to trigger it. At least the first part of looks like this issue.
×
×
  • 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.