<?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>BNCScripts &#187; php</title>
	<atom:link href="http://bncscripts.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://bncscripts.com/blog</link>
	<description>BNCScripts is a tech blog . Topics focus on software, tips and tricks, tutorials, web design,  resources and inspiration</description>
	<lastBuildDate>Mon, 12 Jul 2010 20:45:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP : How to get the select values from a Drop Down list</title>
		<link>http://bncscripts.com/blog/123/php-how-to-get-the-select-values-from-a-drop-down-list/</link>
		<comments>http://bncscripts.com/blog/123/php-how-to-get-the-select-values-from-a-drop-down-list/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 22:27:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP tutorials]]></category>
		<category><![CDATA[get values from a from a multiple  input]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[select value from option]]></category>
		<category><![CDATA[select value from the Drop Down]]></category>

		<guid isPermaLink="false">http://bncscripts.com/blog/?p=123</guid>
		<description><![CDATA[This is the scenario
&#60;select name="cars"&#62;
   &#60;option value="volvo"&#62;Volvo&#60;/option&#62;
   &#60;option value="audi"&#62;Audi&#60;/option&#62;
   &#60;option value="toyota"&#62;Toyota&#60;/option&#62;
   &#60;option value="form"&#62;Ford&#60;/option&#62;
&#60;/select&#62;
This php code &#8211; get all everything between &#60;select&#62;
preg_match('/&#60;select name="foo"&#62;(.*)&#60;\/select&#62;/msU',$html,$matches);
print_r($matches);
]]></description>
		<wfw:commentRss>http://bncscripts.com/blog/123/php-how-to-get-the-select-values-from-a-drop-down-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limited time offers @ BNC Scripts</title>
		<link>http://bncscripts.com/blog/109/limited-time-offers-bnc-scripts/</link>
		<comments>http://bncscripts.com/blog/109/limited-time-offers-bnc-scripts/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 08:25:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BNCScripts]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://bncscripts.com/blog/?p=109</guid>
		<description><![CDATA[BNC Scripts has new discounts for some products.
30% off for BNC Advanced RSS Parser
50% off for BNC Twitter Signature Image
25% off for BNC Php Weather
25% off for BNC Paypal IPN 
]]></description>
		<wfw:commentRss>http://bncscripts.com/blog/109/limited-time-offers-bnc-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
