Search Images Videos Maps News Shopping Gmail More »
Web History | Settings | Sign in

SafeSearch is off
About 20,000 results

Search Options

      Show search tools
      1. Sean Coates blogs: XSS Woes

        May 17, 2005 ... The quirk is that $_SERVER['PHP_SELF'] contains this extra data, ..... as
        accented characters etc. didn't pose a security risk last time I checked.
        seancoates.com/blogs/xss-woes - Cached - Similar
      2. Using PHP_SELF in the action field of a form

        Sample code and usage of PHP_SELF and shows how to avoid PHP_SELF
        exploits. ... <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?
        >"> <input ... But, why take risk? make it a habit to use htmlentities() with
        PHP_SELF.
        www.html-form-guide.com/php-form/php-form-action-self.html - Cached - Similar
      3. security - How "tamper proof" is the $_SERVER variable in php ...

        ... taking a big security risk by trusting the content of the $_SERVER variable
        array to get the name of php file using $_SERVER['PHP_SELF']?
        stackoverflow.com/.../how-tamper-proof-is-the-server-variable-in-php - Cached - Similar
      4. PHP: Predefined Variables - Manual

        SECURITY RISK ! Never ever trust the values that comes from $_SERVER.
        HTTP_X_FORWARDED, HTTP_X_FORWARDED_FOR,
        HTTP_FORWARDED_FOR ...
        php.net/manual/en/reserved.variables.php - Cached - Similar
      5. PHP: $_SERVER - Manual

        For instance, $_SERVER['PHP_SELF'] in a script at the address .... using SSL, for
        instance, will change this to whatever your defined secure HTTP port is.
        php.net/manual/en/reserved.variables.server.php - Cached - Similar
      6. PHP Security: Dumb Users or Dumb APIs? » SitePoint

        Jan 24, 2006 ... <form action="<?php echo $_SERVER['PHP_SELF']; ?> .... It seems like there's a
        lot of php security risks when it comes to accepting input from a ...
        www.sitepoint.com/php-security-dumb-users-or-dumb-apis/ - Cached - Similar
      7. Security Issues

        I have been advised that there are security risk to using that and that is is ... $
        _SERVER['PHP_SELF'] is vulnerable to XSS attacks and really ...
        www.phpfreaks.com/forums/index.php?topic=351043.0 - Cached - Similar
      8. header location: $_SERVER["PHP_SELF"] security vulnerability ...

        Nov 28, 2008 ... header location: $_SERVER["PHP_SELF"] security vulnerability. November 28,
        2008. Share this: Be Sociable, Share! I thought I would share ...
        thecodecave.com/.../header-location-_serverphp_self-security-vulnerability/ - Cached - Similar
      9. PHP Tutorials Examples PHP Security

        The $_SERVER super global array contains a very useful member $_SERVER['
        PHP_SELF']. This globally available, predefined ...
        www.phpro.org/tutorials/PHP-Security.html - Cached - Similar
      10. $_SERVER['PHP_SELF'] not working how I need it to • PHP ...

        ... 2006 8:36 pm. Whenever I use $_SERVER['PHP_SELF'] it doesn't give me ... I
        don't use PHP_SELF personally because of the security risks.
        forums.devnetwork.net/viewtopic.php?f=1&t=51463&p... - Cached - Similar