<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scripts</title>
	<atom:link href="http://www.scripts.olecko.pl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scripts.olecko.pl</link>
	<description></description>
	<lastBuildDate>Thu, 27 May 2010 22:31:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What is the php regular expression to get everything before a certain character?</title>
		<link>http://www.scripts.olecko.pl/2010/05/what-is-the-php-regular-expression-to-get-everything-before-a-certain-character/</link>
		<comments>http://www.scripts.olecko.pl/2010/05/what-is-the-php-regular-expression-to-get-everything-before-a-certain-character/#comments</comments>
		<pubDate>Thu, 27 May 2010 22:31:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[String Table]]></category>
		<category><![CDATA[Table Column]]></category>

		<guid isPermaLink="false">http://www.scripts.olecko.pl/?p=12</guid>
		<description><![CDATA[John C asked: For instance, I have the following string: table:column I need to get &#8220;table&#8221; as the result of the php regular expression. So, I need everything before the &#8220;:&#8221; symbol After that regular expression is performed, I would also like to get everything after the &#8220;:&#8221; symbol, or &#8220;column&#8221; as well.]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2010/04/php5.jpg"><img src="/wp-content/uploads/2010/04/php5.jpg" title='' alt='' /></a></div>
<div><em><strong>John C</strong> asked: </em><br/><br/><br/>For instance, I have the following string:</p>
<p>table:column</p>
<p>I need to get &#8220;table&#8221; as the result of the php regular expression.</p>
<p>So, I need everything before the &#8220;:&#8221; symbol</p>
<p>After that regular expression is performed, I would also like to get everything after the &#8220;:&#8221; symbol, or &#8220;column&#8221; as well.<br/><br/></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scripts.olecko.pl/2010/05/what-is-the-php-regular-expression-to-get-everything-before-a-certain-character/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to include elements from different webpages using PHP or JavaScript to my home page?</title>
		<link>http://www.scripts.olecko.pl/2010/04/how-to-include-elements-from-different-webpages-using-php-or-javascript-to-my-home-page/</link>
		<comments>http://www.scripts.olecko.pl/2010/04/how-to-include-elements-from-different-webpages-using-php-or-javascript-to-my-home-page/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 10:51:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Elements]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.scripts.olecko.pl/?p=8</guid>
		<description><![CDATA[ElQuestionaire asked: I have a homepage (MyHome.php). On the homepage, I&#8217;d like to display the latest 3 posts from another page (Post.php). For example. I want to include the first 3 tags from Post.php into a tag on MyHome.php. Is it possible to do this?]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2010/04/php3.jpg"><img src="/wp-content/uploads/2010/04/php3.jpg" title='' alt='' /></a></div>
<div><em><strong>ElQuestionaire</strong> asked: </em><br/><br/><br/>I have a homepage (MyHome.php).  On the homepage, I&#8217;d like to display the latest 3 posts from another page (Post.php).  For example.  I want to include the first 3<br />
<h1> tags from Post.php into a
<div> tag on MyHome.php.  Is it possible to do this?<br/><br/></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scripts.olecko.pl/2010/04/how-to-include-elements-from-different-webpages-using-php-or-javascript-to-my-home-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to write a PHP coding to list out all files and directories as links to them?</title>
		<link>http://www.scripts.olecko.pl/2010/04/how-to-write-a-php-coding-to-list-out-all-files-and-directories-as-links-to-them/</link>
		<comments>http://www.scripts.olecko.pl/2010/04/how-to-write-a-php-coding-to-list-out-all-files-and-directories-as-links-to-them/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 07:15:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Index Pages]]></category>
		<category><![CDATA[Php Files]]></category>

		<guid isPermaLink="false">http://www.scripts.olecko.pl/?p=6</guid>
		<description><![CDATA[kr16kr asked: How to write a PHP coding to list out all files and directories as links to them? This is somewhat similar to some index pages. When new file or folder is added to the directory, HTML page should display the newly created file/folder together with previous ones after it is being refreshed. (prefer [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2010/04/php2.jpg"><img src="/wp-content/uploads/2010/04/php2.jpg" title='' alt='' /></a></div>
<div><em><strong>kr16kr</strong> asked: </em><br/><br/><br/>How to write a PHP coding to list out all files and directories as links to them?</p>
<p>This is somewhat similar to some index pages. When new file or folder is added to the directory, HTML page should display the newly created file/folder together with previous ones after it is being refreshed. (prefer in alphabatical order)</p>
<p>How to achieve this sort of functionality in PHP? Please provide sample coding as well. (and any references)</p>
<p>Thanks.<br/><br/></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scripts.olecko.pl/2010/04/how-to-write-a-php-coding-to-list-out-all-files-and-directories-as-links-to-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>?</title>
		<link>http://www.scripts.olecko.pl/2010/04/2/</link>
		<comments>http://www.scripts.olecko.pl/2010/04/2/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 01:48:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Www Google Com]]></category>

		<guid isPermaLink="false">http://www.scripts.olecko.pl/?p=2</guid>
		<description><![CDATA[Unknown asked: How can I use a php command to get the source of &#8220;http://www.google.com&#8221; as a string, say $html.]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2010/04/php.jpg"><img src="/wp-content/uploads/2010/04/php.jpg" title='' alt='' /></a></div>
<div><em><strong>Unknown</strong> asked: </em><br/><br/><br/>How can I use a php command to get the source of &#8220;http://www.google.com&#8221; as a string, say $html.<br/><br/></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scripts.olecko.pl/2010/04/2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
