<?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/" xmlns:series="http://unfoldingneurons.com/" ><channel><title>Sid Sidberry Reads &#187; isNaN</title> <atom:link href="http://elsid.net/tag/isnan/feed/" rel="self" type="application/rss+xml" /><link>http://elsid.net</link> <description>News, New Blog, Old Blog</description> <lastBuildDate>Sat, 07 Aug 2010 23:45:34 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>custom db query, and db prep functions</title><link>http://elsid.net/2007/09/20/custom-db-query-and-db-prep-functions/</link> <comments>http://elsid.net/2007/09/20/custom-db-query-and-db-prep-functions/#comments</comments> <pubDate>Fri, 21 Sep 2007 01:52:44 +0000</pubDate> <dc:creator>Sid Sidberry</dc:creator> <category><![CDATA[web and dev]]></category> <category><![CDATA[database]]></category> <category><![CDATA[echo]]></category> <category><![CDATA[fixForDB]]></category> <category><![CDATA[functions]]></category> <category><![CDATA[isNaN]]></category> <category><![CDATA[make_db_connection]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[name]]></category> <category><![CDATA[php]]></category> <category><![CDATA[quote]]></category> <category><![CDATA[repo]]></category> <category><![CDATA[ror]]></category><guid isPermaLink="false">http://elsid.net/2007/09/20/custom-db-query-and-db-prep-functions/</guid> <description><![CDATA[here&#8217;s a few functions that are required by some of my code / functions. make_db_connection function make_db_connection($conn_name, $conn_sql) { global $site_access, $database_site_access; $covert_this_str = &#34;global \$&#34; . $conn_name . &#34; ;&#34;; eval($covert_this_str); $covert_this_str = &#34;\$&#34; . $conn_name . &#34;= mysql_query(\$conn_sql,\$site_access ) or die(mysql_error());&#34;;//report_error(&#8216;002&#8242;,&#8217;&#34; . addslashes($conn_sql) . &#34;&#8217;));&#34;; //echo $conn_sql.&#34;&#60;br /&#62;&#34;; eval($covert_this_str); [...]]]></description> <wfw:commentRss>http://elsid.net/2007/09/20/custom-db-query-and-db-prep-functions/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: elsid.net @ 2010-09-09 14:24:10 by W3 Total Cache -->