<?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>PHP MySQL Talk</title>
	<atom:link href="http://phpmysqltalk.com/feed" rel="self" type="application/rss+xml" />
	<link>http://phpmysqltalk.com</link>
	<description>I would love to change the world, but they won’t give me the source code.</description>
	<lastBuildDate>Sat, 12 May 2012 22:21:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>PHP: Adding Parameters To A URL in PHP</title>
		<link>http://phpmysqltalk.com/1585-php-adding-parameters-to-a-url-in-php.html</link>
		<comments>http://phpmysqltalk.com/1585-php-adding-parameters-to-a-url-in-php.html#comments</comments>
		<pubDate>Sat, 12 May 2012 12:48:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1585</guid>
		<description><![CDATA[This article shows how to add query parameters to a URL in a php script. It is aimed at the beginner to intermediate level PHP programmer but developers from other languages may find some useful information here. At first this seems like a simple enough task. Starting with the url as a string, just add [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1585-php-adding-parameters-to-a-url-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Comments: &#8220;Warning: http://web.address.here is unreachable&#8221;</title>
		<link>http://phpmysqltalk.com/1572-facebook-comments-warning-httpweb-address-here-is-unreachable.html</link>
		<comments>http://phpmysqltalk.com/1572-facebook-comments-warning-httpweb-address-here-is-unreachable.html#comments</comments>
		<pubDate>Fri, 11 May 2012 12:56:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook comments]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1572</guid>
		<description><![CDATA[With all the changes that Facebook is making, it’s more important than ever to get your application settings correct in order to get your fan page working correctly or ensure that your Facebook social plugins work just right. Recently, we’ve been getting some emails about the Facebook Comments plugin showing an error “Warning: URL is [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1572-facebook-comments-warning-httpweb-address-here-is-unreachable.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS: Style links depending on file format</title>
		<link>http://phpmysqltalk.com/1494-css-style-links-depending-on-file-format.html</link>
		<comments>http://phpmysqltalk.com/1494-css-style-links-depending-on-file-format.html#comments</comments>
		<pubDate>Sat, 05 May 2012 00:36:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1494</guid>
		<description><![CDATA[A short CSS snippet that changes the styling of external links, email links and links to pdf documents. /* external links */ a[href^="http://"]{ padding-right: 20px; background: url(external.gif) no-repeat center right; } /* emails */ a[href^="mailto:"]{ padding-right: 20px; background: url(email.png) no-repeat center right; } /* pdfs */ a[href$=".pdf"]{ padding-right: 20px; background: url(pdf.png) no-repeat center right;]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1494-css-style-links-depending-on-file-format.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Problem with reindexing process for &#8220;Product flat data&#8221; indexes</title>
		<link>http://phpmysqltalk.com/1566-magento-problem-with-reindexing-process-for-product-flat-data-indexes.html</link>
		<comments>http://phpmysqltalk.com/1566-magento-problem-with-reindexing-process-for-product-flat-data-indexes.html#comments</comments>
		<pubDate>Sat, 28 Apr 2012 20:59:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1566</guid>
		<description><![CDATA[Symptoms Reindexing of Product flat data index gives unknown reindexing error or &#8220;Some problem with reindexing process&#8221; error message or reindexing of Product flat data index is never completed. Attempt to reindex it via command line gives the following error message: $ php -f shell/indexer.php -- --reindex catalog_product_flat Product Flat Data index process unknown error: [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1566-magento-problem-with-reindexing-process-for-product-flat-data-indexes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: How to get current currency in Magento?</title>
		<link>http://phpmysqltalk.com/1563-magento-how-to-get-current-currency-in-magento.html</link>
		<comments>http://phpmysqltalk.com/1563-magento-how-to-get-current-currency-in-magento.html#comments</comments>
		<pubDate>Sat, 24 Mar 2012 20:44:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1563</guid>
		<description><![CDATA[We know Magento support multiple currency. I have found the solution to check current currency in the Magento site frontend To get Current Currency &#60;?php echo $currency_code = Mage::app()-&#62;getStore()-&#62;getCurrentCurrencyCode(); ?&#62; If you looking for current currency symbol use : &#60;?php echo Mage::app()-&#62;getLocale()-&#62;currency(Mage::app()-&#62;getStore()-&#62;getCurrentCurrencyCode())-&#62;getSymbol(); ?&#62;]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1563-magento-how-to-get-current-currency-in-magento.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Automated Bash Script Installer</title>
		<link>http://phpmysqltalk.com/1555-magento-automated-bash-script-installer.html</link>
		<comments>http://phpmysqltalk.com/1555-magento-automated-bash-script-installer.html#comments</comments>
		<pubDate>Thu, 15 Mar 2012 19:57:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1555</guid>
		<description><![CDATA[The following SSH script will automate the process of installing Magento, with or without sample data. It will walk you through everything, and the only thing you need to setup first is the database and assign a user to the database. You will need SSH access to use this. SSH is similar to FTP, in [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1555-magento-automated-bash-script-installer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS: Drop Caps</title>
		<link>http://phpmysqltalk.com/1496-css-drop-caps.html</link>
		<comments>http://phpmysqltalk.com/1496-css-drop-caps.html#comments</comments>
		<pubDate>Sat, 03 Mar 2012 10:51:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1496</guid>
		<description><![CDATA[Use the first-letter Pseudo-Class The easiest way to create CSS Drop Caps is to use the first-letter pseudo-element on the element you want to have a drop cap. The problem is, this isn&#8217;t supported in all browsers. Be sure to test this in the browsers your Web site supports. Type the following and place it [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1496-css-drop-caps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP: Configuring Apache</title>
		<link>http://phpmysqltalk.com/1543-cakephp-configuring-apache.html</link>
		<comments>http://phpmysqltalk.com/1543-cakephp-configuring-apache.html#comments</comments>
		<pubDate>Mon, 27 Feb 2012 18:26:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1543</guid>
		<description><![CDATA[There is some tweaking that we need to perform in order to make sure that Apache runs CakePHP applications smoothly. Many Apache installations may not require the following tweaking, as they might be set as default, but it is always a good idea to check if the following settings are present. AllowOverwrite is Set to [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1543-cakephp-configuring-apache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP: Understanding the MVC Pattern</title>
		<link>http://phpmysqltalk.com/1535-cakephp-understanding-the-mvc-pattern.html</link>
		<comments>http://phpmysqltalk.com/1535-cakephp-understanding-the-mvc-pattern.html#comments</comments>
		<pubDate>Sat, 18 Feb 2012 23:20:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1535</guid>
		<description><![CDATA[The MVC (Model View Controller) pattern is a commonly used design pattern in software development, where the code is separated into three major parts: models, views, and controllers. The exact purpose of each part depends on the implementation, as it may vary from one framework to another. Here, we are going to describe the way [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1535-cakephp-understanding-the-mvc-pattern.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is CakePHP?</title>
		<link>http://phpmysqltalk.com/1526-what-is-cakephp.html</link>
		<comments>http://phpmysqltalk.com/1526-what-is-cakephp.html#comments</comments>
		<pubDate>Fri, 17 Feb 2012 21:28:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1526</guid>
		<description><![CDATA[What is CakePHP? According to the official CakePHP website (http://cakephp.org): &#8220;Cake is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1526-what-is-cakephp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

