<?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>RichNetApps &#187; PHP/MySQL</title> <atom:link href="http://www.richnetapps.com/category/php-mysql/feed/" rel="self" type="application/rss+xml" /><link>http://www.richnetapps.com</link> <description>Internet Applications - Flash, Flex, Silverlight, JavaFX</description> <lastBuildDate>Fri, 09 Jul 2010 07:34:47 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>A Simple Twitter Search Parser with PHP</title><link>http://www.richnetapps.com/php-twitter-search-parser/</link> <comments>http://www.richnetapps.com/php-twitter-search-parser/#comments</comments> <pubDate>Tue, 18 May 2010 13:21:53 +0000</pubDate> <dc:creator>Armand Niculescu</dc:creator> <category><![CDATA[PHP/MySQL]]></category> <category><![CDATA[php]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[twitter]]></category><guid isPermaLink="false">http://www.richnetapps.com/?p=582</guid> <description><![CDATA[I was recently asked to aggregate tweets based on their hashtags using PHP (no Ajax), so I decided to turn this into a small tutorial that will hopefully enable you build all sorts of XML parsers in PHP.]]></description> <wfw:commentRss>http://www.richnetapps.com/php-twitter-search-parser/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>VirtueMart quick tip: show brand/manufacturer logo in product details</title><link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/</link> <comments>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/#comments</comments> <pubDate>Wed, 21 Oct 2009 08:05:48 +0000</pubDate> <dc:creator>Armand Niculescu</dc:creator> <category><![CDATA[PHP/MySQL]]></category> <category><![CDATA[php]]></category> <category><![CDATA[virtuemart]]></category><guid isPermaLink="false">http://www.richnetapps.com/?p=460</guid> <description><![CDATA[VirtueMart supports Manufacturer details but by default it just shows the manufacturer's name in brackets, with a javascript pop-up window, that looks pretty ugly. Fortunately we can add the logo by using the description field of the Manufacturers details and by hacking one file.]]></description> <wfw:commentRss>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Using MySQL to generate daily sales reports with filled gaps</title><link>http://www.richnetapps.com/using-mysql-generate-daily-sales-reports-filled-gaps/</link> <comments>http://www.richnetapps.com/using-mysql-generate-daily-sales-reports-filled-gaps/#comments</comments> <pubDate>Wed, 19 Aug 2009 13:36:40 +0000</pubDate> <dc:creator>Armand Niculescu</dc:creator> <category><![CDATA[PHP/MySQL]]></category> <category><![CDATA[chart]]></category> <category><![CDATA[code]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[tutorial]]></category><guid isPermaLink="false">http://www.richnetapps.com/?p=436</guid> <description><![CDATA[I was surprised to see that there's not a great deal of info on the web on how to do a proper daily report - one that doesn't have any gaps when data is missing. In this post I'll try to quide you through building such a report using MySQL and PHP for a nice chart.]]></description> <wfw:commentRss>http://www.richnetapps.com/using-mysql-generate-daily-sales-reports-filled-gaps/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Does your PHP/MySQL app speak Unicode?</title><link>http://www.richnetapps.com/php-mysql-speak-unicode/</link> <comments>http://www.richnetapps.com/php-mysql-speak-unicode/#comments</comments> <pubDate>Mon, 30 Mar 2009 16:14:05 +0000</pubDate> <dc:creator>Armand Niculescu</dc:creator> <category><![CDATA[PHP/MySQL]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[utf-8]]></category><guid isPermaLink="false">http://www.richnetapps.com/?p=376</guid> <description><![CDATA[I find it very annoying when I come across web apps that still can't handle non-ASCII characters correctly. In this article, I'll show you how, with just a few lines of code, you can "globalize" your online app.]]></description> <wfw:commentRss>http://www.richnetapps.com/php-mysql-speak-unicode/feed/</wfw:commentRss> <slash:comments>24</slash:comments> </item> <item><title>Importing large databases in MySQL</title><link>http://www.richnetapps.com/importing_large_databases_in_mysql/</link> <comments>http://www.richnetapps.com/importing_large_databases_in_mysql/#comments</comments> <pubDate>Mon, 28 May 2007 11:49:28 +0000</pubDate> <dc:creator>Armand Niculescu</dc:creator> <category><![CDATA[PHP/MySQL]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category><guid isPermaLink="false"></guid> <description><![CDATA[One of the things I like about PhpMyAdmin is its ability to export an entire database as a series of SQL statements (CREATE and INSERT), a feature I miss in SQL Server. On the other hand the same PhpMyAdmin has a very serious limitation when it comes to import back SQL files: it wouldn&#8217;t import [...]]]></description> <wfw:commentRss>http://www.richnetapps.com/importing_large_databases_in_mysql/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>A very fast introduction on Mysql triggers</title><link>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/</link> <comments>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/#comments</comments> <pubDate>Fri, 07 Apr 2006 11:22:11 +0000</pubDate> <dc:creator>Armand Niculescu</dc:creator> <category><![CDATA[PHP/MySQL]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[sql]]></category> <category><![CDATA[triggers]]></category><guid isPermaLink="false"></guid> <description><![CDATA[I started to work on a pet project for tracking deleted/pending domains (myDomainTracker) and after starting development I was facing a big problem: How to do the data validation directly from MySQL ? Many times I wanted to do data validation directly when inserting into a MySQL table and leave the source code of my [...]]]></description> <wfw:commentRss>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Served from: www.richnetapps.com @ 2010-07-30 09:44:26 by W3 Total Cache -->