<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Free website templates - PHP and MySQL</title>
		<link>http://www.freewebsitetemplates.com/forum/</link>
		<description>PHP and MySQL are the dynamic duo like Bonnie and Clyde. Together, they serve up dynamic web pages faster than the blink of an eye.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 10:44:08 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.freewebsitetemplates.com/forum/images/misc/rss.jpg</url>
			<title>Free website templates - PHP and MySQL</title>
			<link>http://www.freewebsitetemplates.com/forum/</link>
		</image>
		<item>
			<title>PHP Form Input Filtering</title>
			<link>http://www.freewebsitetemplates.com/forum/f10/php-form-input-filtering-11743/</link>
			<pubDate>Wed, 18 Nov 2009 16:44:09 GMT</pubDate>
			<description><![CDATA[Howdy, 
 
I just have a small problem on one of my latest, small projects (EYC). We have the following situation: User enters a page, sees a form, pastes the Embed Code into a <textarea> and clicks on the "Proceed" button. Now: how can I filter out a specific part from the embed code? 
 
Example -...]]></description>
			<content:encoded><![CDATA[<div>Howdy,<br />
<br />
I just have a small problem on one of my latest, small projects (EYC). We have the following situation: User enters a page, sees a form, pastes the Embed Code into a &lt;textarea&gt; and clicks on the &quot;Proceed&quot; button. Now: how can I filter out a specific part from the embed code?<br />
<br />
Example - this is the embed code the user enters/pastes in:<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;object width=&quot;800&quot; height=&quot;440&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.megavideo.com/v/Z12IQXAL46215bbe9383&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.megavideo.com/v/Z12IQXAL46215bbe9383&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;800&quot; height=&quot;440&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</code><hr />
</div>Now I want to fetch ONLY<br />
<a href="http://www.megavideo.com/v/Z12IQXAL46215bbe9383" target="_blank">http://www.megavideo.com/v/Z12IQXAL46215bbe9383</a><br />
from the code. BUT the embed codes may variee on positions like width, height etc. How can I filter out the part between &lt;param name=&quot;movie&quot; value=&quot; and &quot;&gt;&lt;/param&gt; or src=&quot; &quot; ?<br />
<br />
I'd be very thankful for every single suggestion.</div>

]]></content:encoded>
			<category domain="http://www.freewebsitetemplates.com/forum/f10/">PHP and MySQL</category>
			<dc:creator>vareside</dc:creator>
			<guid isPermaLink="true">http://www.freewebsitetemplates.com/forum/f10/php-form-input-filtering-11743/</guid>
		</item>
		<item>
			<title>PHP File read and write</title>
			<link>http://www.freewebsitetemplates.com/forum/f10/php-file-read-write-11673/</link>
			<pubDate>Sat, 14 Nov 2009 12:42:30 GMT</pubDate>
			<description>Hi folks, 
 
I wanna know how to use PHP to read write a txt or csv file. In the text file, it should look like the following way: 
 
Code: 
--------- 
Linktext | http://www.vareside.com/ 
Other Linktext | http://google.com/ 
Another Linktext | http://search.yahoo.com/ 
---------</description>
			<content:encoded><![CDATA[<div>Hi folks,<br />
<br />
I wanna know how to use PHP to read write a txt or csv file. In the text file, it should look like the following way:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Linktext | http://www.vareside.com/<br />
Other Linktext | http://google.com/<br />
Another Linktext | http://search.yahoo.com/</code><hr />
</div>This should be read and shown in the source code of the PHP file as following:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;a href=&quot;http://www.vareside.com/&quot;&gt;Linktext&lt;/a&gt;&lt;br&gt;<br />
&lt;a href=&quot;http://google.com/&quot;&gt;Other Linktext&lt;/a&gt;&lt;br&gt;<br />
&lt;a href=&quot;http://search.yahoo.com/&quot;&gt;Another Linktext&lt;/a&gt;&lt;br&gt;</code><hr />
</div>Then there should be new lines with new linktexts and URL's addable using PHP in the same structure. How to do all that?</div>

]]></content:encoded>
			<category domain="http://www.freewebsitetemplates.com/forum/f10/">PHP and MySQL</category>
			<dc:creator>vareside</dc:creator>
			<guid isPermaLink="true">http://www.freewebsitetemplates.com/forum/f10/php-file-read-write-11673/</guid>
		</item>
		<item>
			<title>CodeIgniter</title>
			<link>http://www.freewebsitetemplates.com/forum/f10/codeigniter-11610/</link>
			<pubDate>Sat, 07 Nov 2009 19:28:54 GMT</pubDate>
			<description><![CDATA[I was wondering if anyone has used the recent verison of CodeIgniter (http://codeigniter.com/) php framework. I haven't used it since V1.0 and haven't had the need to code much php in awhile. 
  
I liked the ability to store and reuse code, plus change code in multiple locations all at once, small...]]></description>
			<content:encoded><![CDATA[<div>I was wondering if anyone has used the recent verison of <a href="http://codeigniter.com/" target="_blank">CodeIgniter</a> php framework. I haven't used it since V1.0 and haven't had the need to code much php in awhile.<br />
 <br />
I liked the ability to store and reuse code, plus change code in multiple locations all at once, small libraries and no command line. Does it still have a small footprint or has it grown sluggish? Any limitations or constraints? Does it still speed up code generation and execution?<br />
 <br />
Pros - Cons<br />
Usability - Easability<br />
Like - Dislike<br />
 <br />
If any one has any comments I would like to here them.<br />
 <br />
Thanks ishkey :)</div>


	<br />
	<div style="padding:6px">

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<div style="padding:3px">
			<img class="attach" src="http://www.freewebsitetemplates.com/forum/attachments/f10/2571d1257622205-codeigniter-codeigniter.jpg" border="0" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="http://www.freewebsitetemplates.com/forum/f10/">PHP and MySQL</category>
			<dc:creator>ishkey</dc:creator>
			<guid isPermaLink="true">http://www.freewebsitetemplates.com/forum/f10/codeigniter-11610/</guid>
		</item>
		<item>
			<title>Meta Search Engine</title>
			<link>http://www.freewebsitetemplates.com/forum/f10/meta-search-engine-11377/</link>
			<pubDate>Thu, 22 Oct 2009 18:12:35 GMT</pubDate>
			<description><![CDATA[Hi folks, 
 
I want to let my users search on different search engines simultaniously. Therefore I need a meta search engine but ... how to create one? I'm thankful for every single little script snippet. Of course, I'll mention, credit and thank those of you in the imprints of my website, who...]]></description>
			<content:encoded><![CDATA[<div>Hi folks,<br />
<br />
I want to let my users search on different search engines simultaniously. Therefore I need a meta search engine but ... how to create one? I'm thankful for every single little script snippet. Of course, I'll mention, credit and thank those of you in the imprints of my website, who helped to build it.<br />
<br />
Sincerely,<br />
Max</div>

]]></content:encoded>
			<category domain="http://www.freewebsitetemplates.com/forum/f10/">PHP and MySQL</category>
			<dc:creator>vareside</dc:creator>
			<guid isPermaLink="true">http://www.freewebsitetemplates.com/forum/f10/meta-search-engine-11377/</guid>
		</item>
	</channel>
</rss>
