<?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>Edmonds Commerce &#187; table</title>
	<atom:link href="http://www.edmondscommerce.co.uk/tag/table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Copying Text from PDF table is not formatted correctly + solution</title>
		<link>http://www.edmondscommerce.co.uk/ubuntu/copying-text-from-pdf-table-is-not-formatted-correctly-solution/</link>
		<comments>http://www.edmondscommerce.co.uk/ubuntu/copying-text-from-pdf-table-is-not-formatted-correctly-solution/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 17:41:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2747</guid>
		<description><![CDATA[If you need to extract the information from a PDF table sometimes when you copy and paste it into a text editor the formatting is incorrect making the information useless. In cases like this, you can use pdfedit to extract the text in the correct formatting and then do what you need with it. To [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/ubuntu/copying-text-from-pdf-table-is-not-formatted-correctly-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very High Speed Batch Update Multiple Rows of a Table in Single Query</title>
		<link>http://www.edmondscommerce.co.uk/mysql/very-high-speed-batch-update-multiple-rows-of-a-table-in-single-query/</link>
		<comments>http://www.edmondscommerce.co.uk/mysql/very-high-speed-batch-update-multiple-rows-of-a-table-in-single-query/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 14:00:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[bulk]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2678</guid>
		<description><![CDATA[If you need to update a large number of rows on a single table then your first reaction may be to write a loop that updates one row at a time. Of course if the table is large then this can result in a very large number of SQL queries. Taking a bit of inspiration [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/mysql/very-high-speed-batch-update-multiple-rows-of-a-table-in-single-query/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>osCommerce Checkout Problems + Solution</title>
		<link>http://www.edmondscommerce.co.uk/oscommerce/oscommerce-checkout-problems-solution/</link>
		<comments>http://www.edmondscommerce.co.uk/oscommerce/oscommerce-checkout-problems-solution/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 10:33:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1312</guid>
		<description><![CDATA[If your osCommerce checkout starts behaving badly and bits of info seem to go missing eg billing address then you should definitely try this fix before you tear your hair out completely. Most osCommerce installs store session information to a MySQL table called (suprisingly) sessions. Sometimes (I have only seen this twice on umpteen osCommerce [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/oscommerce/oscommerce-checkout-problems-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Table from File PHP Function</title>
		<link>http://www.edmondscommerce.co.uk/php/build-table-from-file-php-function/</link>
		<comments>http://www.edmondscommerce.co.uk/php/build-table-from-file-php-function/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 12:27:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1179</guid>
		<description><![CDATA[This little PHP function will allow you to import a csv or tab etc delimited text file into a database table. Handy if you need it PLAIN TEXT PHP: function build_table_from_file&#40;$tablename, $filepath, $delim="\t"&#41; &#123; &#160; &#160; db_query&#40;"DROP TABLE IF EXISTS $tablename"&#41;; &#160; &#160; $fp=fopen&#40;$filepath, 'r'&#41;; &#160; &#160; $headers=false; &#160; &#160; while&#40;$r=&#40;&#40;$delim=='csv'&#41;?fgetcsv&#40;$fp&#41;:fgets&#40;$fp&#41;&#41;&#41; &#123; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/php/build-table-from-file-php-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Desc Table</title>
		<link>http://www.edmondscommerce.co.uk/mysql/mysql-desc-table/</link>
		<comments>http://www.edmondscommerce.co.uk/mysql/mysql-desc-table/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:22:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[desc]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=138</guid>
		<description><![CDATA[If you are feeling lazy, or would like to build in some future proofness into your system, you can use the MySQL Desc query to get table column information and then use this information to create dynamic SQL insertion strings. For example: PLAIN TEXT PHP: $cols_query = db_query&#40;"desc table"&#41;; while&#40;$cq = mysql_fetch_assoc&#40;$cols_query&#41;&#41;&#123; &#160; &#160; $cols&#91;&#93;=$cq; [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/mysql/mysql-desc-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check if MySQL Table Exists</title>
		<link>http://www.edmondscommerce.co.uk/php/check-if-mysql-table-exists/</link>
		<comments>http://www.edmondscommerce.co.uk/php/check-if-mysql-table-exists/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 16:23:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[exists]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/php/check-if-mysql-table-exists/</guid>
		<description><![CDATA[Sometime you need a PHP script to check for the existence of a MySQL table. This function achieves that for you. PLAIN TEXT PHP: function db_table_exists&#40;$table&#41;&#123; &#160; &#160; $exists = false; &#160; &#160; $tables_query = db_query&#40;"SHOW TABLES FROM " . MYSQL_DB&#41;; &#160; &#160; while&#40;$t = mysql_fetch_assoc&#40;$tables_query&#41;&#41;&#123; &#160; &#160; &#160; &#160; foreach&#40;$t as $k=&#62;$v&#41;&#123; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/php/check-if-mysql-table-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

