<?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 for PHP Magic Book - Free PHP Scripts, Tutorials and Downloads</title>
	<atom:link href="http://www.phpmagicbook.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmagicbook.com</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.1</generator>
	<item>
		<title>Comment on Find Screen Resolution With PHP 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>Comment on Auto Display Images From Folder Using PHP by HELLO</title>
		<link>http://www.phpmagicbook.com/display-images-from-folder/comment-page-1/#comment-3431</link>
		<dc:creator>HELLO</dc:creator>
		<pubDate>Sat, 17 Jul 2010 20:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=100#comment-3431</guid>
		<description>MANY MANY THANKS !</description>
		<content:encoded><![CDATA[<p>MANY MANY THANKS !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto Display Images From Folder Using PHP by ili</title>
		<link>http://www.phpmagicbook.com/display-images-from-folder/comment-page-1/#comment-3405</link>
		<dc:creator>ili</dc:creator>
		<pubDate>Sat, 03 Jul 2010 23:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=100#comment-3405</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Htaccess Mod Rewrite Practical Essential Important Solutions &#8211; Update by Hiroshi</title>
		<link>http://www.phpmagicbook.com/htaccess-mod-rewrite-practical-essential-important-solutions-update/comment-page-1/#comment-3364</link>
		<dc:creator>Hiroshi</dc:creator>
		<pubDate>Mon, 21 Jun 2010 18:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=506#comment-3364</guid>
		<description>@phil: This way

Options +FollowSymLinks
RewriteEngine on
RewriteRule about/ about.php
RewriteRule contact/ contact.php

Add this to your .htaccess file and link about/ instead of about.php</description>
		<content:encoded><![CDATA[<p>@phil: This way</p>
<p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule about/ about.php<br />
RewriteRule contact/ contact.php</p>
<p>Add this to your .htaccess file and link about/ instead of about.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Random Flash SWF Onload PHP Script by Hiroshi</title>
		<link>http://www.phpmagicbook.com/random-flash-swf-onload-php-script/comment-page-1/#comment-3363</link>
		<dc:creator>Hiroshi</dc:creator>
		<pubDate>Mon, 21 Jun 2010 18:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=109#comment-3363</guid>
		<description>@flashcode: Nop!That would be using javascript. See this: http://www.webstylepress.com/javascript-essentials-part-1/3/</description>
		<content:encoded><![CDATA[<p>@flashcode: Nop!That would be using javascript. See this: <a href="http://www.webstylepress.com/javascript-essentials-part-1/3/" rel="nofollow">http://www.webstylepress.com/j.....-part-1/3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Htaccess Mod Rewrite Practical Essential Important Solutions &#8211; Update by phil</title>
		<link>http://www.phpmagicbook.com/htaccess-mod-rewrite-practical-essential-important-solutions-update/comment-page-1/#comment-3360</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Mon, 21 Jun 2010 05:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=506#comment-3360</guid>
		<description>nice article..
but, how can i do if i don&#039;t want to display &quot;id&quot; in my URL, something like this
http://www.example.com/product/something-product-title-here/
instead of
http://www.example.com/product-12.htm
or
http://www.example.com/product/12/something-product-title-here/

if you have any solutions for this, please confirm me at:
philipstel@gmail.com

it will be very apreciated
thx in advance !</description>
		<content:encoded><![CDATA[<p>nice article..<br />
but, how can i do if i don&#8217;t want to display &#8220;id&#8221; in my URL, something like this<br />
<a href="http://www.example.com/product/something-product-title-here/" rel="nofollow">http://www.example.com/product.....itle-here/</a><br />
instead of<br />
<a href="http://www.example.com/product-12.htm" rel="nofollow">http://www.example.com/product-12.htm</a><br />
or<br />
<a href="http://www.example.com/product/12/something-product-title-here/" rel="nofollow">http://www.example.com/product.....itle-here/</a></p>
<p>if you have any solutions for this, please confirm me at:<br />
<a href="mailto:philipstel@gmail.com">philipstel@gmail.com</a></p>
<p>it will be very apreciated<br />
thx in advance !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Random Flash SWF Onload PHP Script by flashcode</title>
		<link>http://www.phpmagicbook.com/random-flash-swf-onload-php-script/comment-page-1/#comment-3355</link>
		<dc:creator>flashcode</dc:creator>
		<pubDate>Fri, 18 Jun 2010 00:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=109#comment-3355</guid>
		<description>Is it possible to allow full screen in the PHP code?</description>
		<content:encoded><![CDATA[<p>Is it possible to allow full screen in the PHP code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto Create PHP Photo Slide Show Using PHP by bowo</title>
		<link>http://www.phpmagicbook.com/php-photo-slide-show/comment-page-1/#comment-3334</link>
		<dc:creator>bowo</dc:creator>
		<pubDate>Mon, 14 Jun 2010 06:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=95#comment-3334</guid>
		<description>nice,</description>
		<content:encoded><![CDATA[<p>nice,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change Your Blog or Forum Theme Color Scheme Online Live by juliaandromios</title>
		<link>http://www.phpmagicbook.com/change-blog-forum-theme-color-scheme-online-live-tool/comment-page-1/#comment-3331</link>
		<dc:creator>juliaandromios</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=521#comment-3331</guid>
		<description>Bonjour, Charming to tie you, I am Julia</description>
		<content:encoded><![CDATA[<p>Bonjour, Charming to tie you, I am Julia</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Random Flash SWF Onload PHP Script by Travis</title>
		<link>http://www.phpmagicbook.com/random-flash-swf-onload-php-script/comment-page-1/#comment-3327</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Tue, 08 Jun 2010 03:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=109#comment-3327</guid>
		<description>Awesome code thanks!  Is there a way to have it pull random files from a folder that contains gifs and swf files.  For instance, on one load it might be a swf but on another load it may be an animated gif.</description>
		<content:encoded><![CDATA[<p>Awesome code thanks!  Is there a way to have it pull random files from a folder that contains gifs and swf files.  For instance, on one load it might be a swf but on another load it may be an animated gif.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.391 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-03 00:19:02 -->
