<?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: Find Screen Resolution With PHP</title>
	<atom:link href="http://www.phpmagicbook.com/find-screen-resolution-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmagicbook.com/find-screen-resolution-with-php/</link>
	<description>PHP AtoZ Reloaded, free php tutorials, free php downloads, php scripts, PHP tips</description>
	<lastBuildDate>Tue, 20 Jul 2010 19:38:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Th4n4t0s</title>
		<link>http://www.phpmagicbook.com/find-screen-resolution-with-php/comment-page-1/#comment-3432</link>
		<dc:creator>Th4n4t0s</dc:creator>
		<pubDate>Tue, 20 Jul 2010 19:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=202#comment-3432</guid>
		<description>&lt;? 
$sw = &quot;document.write(screen.width)&quot;;
$sh = &quot;document.write(screen.height)&quot;;
print $sw;
print $sh;
?&gt;


You can use this on works for me =)</description>
		<content:encoded><![CDATA[<p>&lt;?<br />
$sw = &quot;document.write(screen.width)&#8221;;<br />
$sh = &#8220;document.write(screen.height)&#8221;;<br />
print $sw;<br />
print $sh;<br />
?&gt;</p>
<p>You can use this on works for me =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: King</title>
		<link>http://www.phpmagicbook.com/find-screen-resolution-with-php/comment-page-1/#comment-1022</link>
		<dc:creator>King</dc:creator>
		<pubDate>Thu, 09 Oct 2008 18:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=202#comment-1022</guid>
		<description>@&lt;a href=&quot;#comment-1021&quot; rel=&quot;nofollow&quot;&gt;Rkey&lt;/a&gt;: Thanks RKey.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-1021" rel="nofollow">Rkey</a>: Thanks RKey.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rkey</title>
		<link>http://www.phpmagicbook.com/find-screen-resolution-with-php/comment-page-1/#comment-1021</link>
		<dc:creator>Rkey</dc:creator>
		<pubDate>Wed, 08 Oct 2008 00:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=202#comment-1021</guid>
		<description>Well, this approach a bit complicated.
Here is a much simpler hack:

$sw = &quot;document.write(screen.width)&quot;;
$sh = &quot;document.write(screen.height)&quot;;
print $sw;
print $sh;</description>
		<content:encoded><![CDATA[<p>Well, this approach a bit complicated.<br />
Here is a much simpler hack:</p>
<p>$sw = &#8220;document.write(screen.width)&#8221;;<br />
$sh = &#8220;document.write(screen.height)&#8221;;<br />
print $sw;<br />
print $sh;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.213 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-30 16:38:52 -->
