<?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>Blog-bin &#187; mysql</title> <atom:link href="http://blog-bin.com/tag/mysql/feed" rel="self" type="application/rss+xml" /><link>http://blog-bin.com</link> <description>A bin for my favorite articles</description> <lastBuildDate>Sun, 27 Nov 2011 14:44:03 +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>PHP mysql Getting rid of magic quotes problem once and for all</title><link>http://blog-bin.com/php-mysql-getting-rid-of-magic-quotes-problem-once-and-for-all.html</link> <comments>http://blog-bin.com/php-mysql-getting-rid-of-magic-quotes-problem-once-and-for-all.html#comments</comments> <pubDate>Mon, 29 Aug 2011 20:10:14 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[php]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[Magic quotes]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[PHP programming language]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=8221</guid> <description><![CDATA[Here is a simple solution that i have found recently. In you project at very start of your code may be in your conf file some where: This should solve all your magic quotes problems inshAllah. If you post data &#8230; <a
href="http://blog-bin.com/php-mysql-getting-rid-of-magic-quotes-problem-once-and-for-all.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/php-mysql-getting-rid-of-magic-quotes-problem-once-and-for-all.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>php mysql indented subcategory recursive loop</title><link>http://blog-bin.com/php-mysql-indented-subcategory-recursive-loop.html</link> <comments>http://blog-bin.com/php-mysql-indented-subcategory-recursive-loop.html#comments</comments> <pubDate>Sat, 20 Aug 2011 11:46:57 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[php]]></category> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[category]]></category> <category><![CDATA[Logic]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[recursion]]></category> <category><![CDATA[sub category]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=8094</guid> <description><![CDATA[Here is my simple recursive function to create a category subcategory tree of unlimited subcategories. &#160; &#60;select name="parent_cat"&#62; &#60;option value="0"&#62;Root&#60;/option&#62; &#60;? function get_all_sub_cats($parent_cat_id, $level_string) { $return_str=''; if(!$level_string) { $level_string=''; } $db=new DB(); $db-&#62;open(); $db-&#62;query("select * from categories where parent_id='{$parent_cat_id}'"); $db-&#62;rsset(); &#8230; <a
href="http://blog-bin.com/php-mysql-indented-subcategory-recursive-loop.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/php-mysql-indented-subcategory-recursive-loop.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>cs-cart help &#8211; enable ratings and reviews on all products at once</title><link>http://blog-bin.com/cs-cart-help-enable-ratings-and-reviews-on-all-products-at-once.html</link> <comments>http://blog-bin.com/cs-cart-help-enable-ratings-and-reviews-on-all-products-at-once.html#comments</comments> <pubDate>Sat, 30 Jul 2011 08:24:36 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[cs-cart development]]></category> <category><![CDATA[cscart]]></category> <category><![CDATA[cs-cart]]></category> <category><![CDATA[cscart_products]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[SQL]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=7765</guid> <description><![CDATA[Use following code with you db info to enable ratings and reviews at once on all products saves a lot of time and energy. Originally this is taken from cs-cart forum but i have done little modification to work perfectly. Tested on &#8230; <a
href="http://blog-bin.com/cs-cart-help-enable-ratings-and-reviews-on-all-products-at-once.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/cs-cart-help-enable-ratings-and-reviews-on-all-products-at-once.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>25 BEST SSH COMMANDS / TRICKS</title><link>http://blog-bin.com/25-best-ssh-commands-tricks.html</link> <comments>http://blog-bin.com/25-best-ssh-commands-tricks.html#comments</comments> <pubDate>Sun, 06 Feb 2011 07:11:57 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[computers]]></category> <category><![CDATA[Hacking]]></category> <category><![CDATA[Autossh]]></category> <category><![CDATA[awesome powerful tool]]></category> <category><![CDATA[Comparison of SSH clients]]></category> <category><![CDATA[Computer networking]]></category> <category><![CDATA[Computing]]></category> <category><![CDATA[Cryptographic protocols]]></category> <category><![CDATA[Cryptographic software]]></category> <category><![CDATA[DSP]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[File Transfer Protocol]]></category> <category><![CDATA[GNU]]></category> <category><![CDATA[gui]]></category> <category><![CDATA[http]]></category> <category><![CDATA[http://aperiodic.net/screen/quick_reference]]></category> <category><![CDATA[http://fuse.sourceforge.net/sshfs.html]]></category> <category><![CDATA[http://www.cons.org/cracauer/cstream.html#usage]]></category> <category><![CDATA[Internet connectivity]]></category> <category><![CDATA[Internet protocols]]></category> <category><![CDATA[IPv4]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[MySQL AB]]></category> <category><![CDATA[OpenSSH]]></category> <category><![CDATA[PORT KNOCKING]]></category> <category><![CDATA[PUBLIC KEY]]></category> <category><![CDATA[root@example.com]]></category> <category><![CDATA[root@server.com]]></category> <category><![CDATA[Secure copy]]></category> <category><![CDATA[Secure Shell]]></category> <category><![CDATA[SPEAKER]]></category> <category><![CDATA[System software]]></category> <category><![CDATA[Technology_Internet]]></category> <category><![CDATA[user@some.domain.com]]></category> <category><![CDATA[VPN]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=1611</guid> <description><![CDATA[[ad] OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. &#8230; <a
href="http://blog-bin.com/25-best-ssh-commands-tricks.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/25-best-ssh-commands-tricks.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PHP MYSQL UTF-8</title><link>http://blog-bin.com/php-mysql-utf-8.html</link> <comments>http://blog-bin.com/php-mysql-utf-8.html#comments</comments> <pubDate>Sat, 22 Jan 2011 14:15:36 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Web development]]></category> <category><![CDATA[Computing]]></category> <category><![CDATA[Cross-platform software]]></category> <category><![CDATA[DB Class V 200]]></category> <category><![CDATA[Entertainment_Culture]]></category> <category><![CDATA[Lincoln cent]]></category> <category><![CDATA[SQL]]></category> <category><![CDATA[Technology_Internet]]></category> <category><![CDATA[UTF-8]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=1177</guid> <description><![CDATA[[ad] Connection: SET NAMES 'utf8'; A PHP mysql connection (not totally confirmed, but see tests below) defaults to a latin1 connection, so, your first query after connection should be: mysql_query("SET NAMES 'utf8'"); In php versions 5.2 and later, use mysql_set_charset('utf8',$conn); [ad] &#8230; <a
href="http://blog-bin.com/php-mysql-utf-8.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/php-mysql-utf-8.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>10+ extremely useful PHP classes</title><link>http://blog-bin.com/10-extremely-useful-php-classes.html</link> <comments>http://blog-bin.com/10-extremely-useful-php-classes.html#comments</comments> <pubDate>Fri, 21 Jan 2011 11:03:03 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[php]]></category> <category><![CDATA[Web development]]></category> <category><![CDATA[Adobe]]></category> <category><![CDATA[ADOBE SYSTEMS INCORPORATED]]></category> <category><![CDATA[ADOdb]]></category> <category><![CDATA[Akismet]]></category> <category><![CDATA[API]]></category> <category><![CDATA[Blog software]]></category> <category><![CDATA[BSD]]></category> <category><![CDATA[Cache Manager]]></category> <category><![CDATA[Computing]]></category> <category><![CDATA[Content management systems]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Google Inc.]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Microsoft Excel]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[MySQL AB]]></category> <category><![CDATA[Oracle]]></category> <category><![CDATA[Oracle Corporation]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[PHP programming language]]></category> <category><![CDATA[Spamming]]></category> <category><![CDATA[SQL]]></category> <category><![CDATA[Technology_Internet]]></category> <category><![CDATA[traffic site]]></category> <category><![CDATA[web apps]]></category> <category><![CDATA[web service]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=1165</guid> <description><![CDATA[[ad] PHP PSD Reader A few weeks ago, I wrote an article about this PHP which allow you to display any Adobe PSD file on screen. Very usefull to create preview of PSDs designed for clients, for example. Download Browser &#8230; <a
href="http://blog-bin.com/10-extremely-useful-php-classes.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/10-extremely-useful-php-classes.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Practical Date/Time examples with PHP and MySQL</title><link>http://blog-bin.com/practical-datetime-examples-with-php-and-mysql.html</link> <comments>http://blog-bin.com/practical-datetime-examples-with-php-and-mysql.html#comments</comments> <pubDate>Fri, 28 May 2010 12:22:12 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[and]]></category> <category><![CDATA[Date/Time]]></category> <category><![CDATA[examples]]></category> <category><![CDATA[Practical]]></category> <category><![CDATA[real-world applications]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[web form]]></category> <category><![CDATA[with]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=554</guid> <description><![CDATA[In this article Mauricio shows us some examples of how to use the date/time features with MySQL and PHP including the UNIX timestamp and the PHP date_diff() function.Some time ago working with dates and times was a pain for me. &#8230; <a
href="http://blog-bin.com/practical-datetime-examples-with-php-and-mysql.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/practical-datetime-examples-with-php-and-mysql.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tuning / Optimizing my.cnf file for MySQL</title><link>http://blog-bin.com/tuning-optimizing-mycnf-file-for-mysql.html</link> <comments>http://blog-bin.com/tuning-optimizing-mycnf-file-for-mysql.html#comments</comments> <pubDate>Fri, 12 Feb 2010 10:42:41 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[optimizing mysql]]></category> <category><![CDATA[optimizing server]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=534</guid> <description><![CDATA[This one really helped me. Had to do some fine tuning of MySQL 4.1.9 and here is what my.cnf file looks like for a 2GHz machine with 1GB of memory. [mysqld] socket=/path/to/mysql.sock datadir=/var/lib/mysql skip-locking skip-innodb # MySQL 4.x has query &#8230; <a
href="http://blog-bin.com/tuning-optimizing-mycnf-file-for-mysql.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/tuning-optimizing-mycnf-file-for-mysql.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
