<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Secure PHP Programming!</title>
	<atom:link href="http://www.levoltz.com/2007/04/11/secure-php-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.levoltz.com/2007/04/11/secure-php-programming/</link>
	<description>iPhone Games, Wordpress Themes</description>
	<lastBuildDate>Thu, 18 Mar 2010 14:09:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew</title>
		<link>http://www.levoltz.com/2007/04/11/secure-php-programming/comment-page-1/#comment-6047</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 28 Aug 2007 15:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://bothack.wordpress.com/2007/04/11/secure-php-programming/#comment-6047</guid>
		<description>I have login password string showing in the url string.  This has a serious security implication as other users of a system can browse the history and discover the login password of the last user.  I have used the POST method for the form tag but when you view the page information you see the password sticking out.  So I would like to know of any means of preventing this completely or to encrypt the password.

Is it also possible to disable mouse &quot;right click&quot; completely for the length of the session.

I work with PHP and Javascript.

Thanks in anticipation of your urgent help.

matthew</description>
		<content:encoded><![CDATA[<p>I have login password string showing in the url string.  This has a serious security implication as other users of a system can browse the history and discover the login password of the last user.  I have used the POST method for the form tag but when you view the page information you see the password sticking out.  So I would like to know of any means of preventing this completely or to encrypt the password.</p>
<p>Is it also possible to disable mouse &#8220;right click&#8221; completely for the length of the session.</p>
<p>I work with PHP and Javascript.</p>
<p>Thanks in anticipation of your urgent help.</p>
<p>matthew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Homayoon</title>
		<link>http://www.levoltz.com/2007/04/11/secure-php-programming/comment-page-1/#comment-6046</link>
		<dc:creator>Homayoon</dc:creator>
		<pubDate>Wed, 08 Aug 2007 06:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://bothack.wordpress.com/2007/04/11/secure-php-programming/#comment-6046</guid>
		<description>Hi,
Good website, I love this subject. I have worked too much about web security.
anybody has anyquestion please send message.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Good website, I love this subject. I have worked too much about web security.<br />
anybody has anyquestion please send message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mann</title>
		<link>http://www.levoltz.com/2007/04/11/secure-php-programming/comment-page-1/#comment-6044</link>
		<dc:creator>Mann</dc:creator>
		<pubDate>Sat, 28 Jul 2007 01:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://bothack.wordpress.com/2007/04/11/secure-php-programming/#comment-6044</guid>
		<description>Very informative. Thanks guys.</description>
		<content:encoded><![CDATA[<p>Very informative. Thanks guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spatz</title>
		<link>http://www.levoltz.com/2007/04/11/secure-php-programming/comment-page-1/#comment-6043</link>
		<dc:creator>spatz</dc:creator>
		<pubDate>Thu, 26 Jul 2007 21:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://bothack.wordpress.com/2007/04/11/secure-php-programming/#comment-6043</guid>
		<description>Never use $PHPSELF without checking the value.
Use $_SERVER[&#039;PHPSELF&#039;] instead OR insert this code before

$PHP_SELF = htmlentities($_SERVER[&#039;PHP_SELF&#039;]);</description>
		<content:encoded><![CDATA[<p>Never use $PHPSELF without checking the value.<br />
Use $_SERVER['PHPSELF'] instead OR insert this code before</p>
<p>$PHP_SELF = htmlentities($_SERVER['PHP_SELF']);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [fazed]</title>
		<link>http://www.levoltz.com/2007/04/11/secure-php-programming/comment-page-1/#comment-6045</link>
		<dc:creator>[fazed]</dc:creator>
		<pubDate>Thu, 05 Jul 2007 19:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://bothack.wordpress.com/2007/04/11/secure-php-programming/#comment-6045</guid>
		<description>Would Just like to point out that $PHPSELF can sometimes
be over written (check the hardened php project)</description>
		<content:encoded><![CDATA[<p>Would Just like to point out that $PHPSELF can sometimes<br />
be over written (check the hardened php project)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
