<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>MySQLi Google Group</title>
  <link>http://groups.google.com/group/MySQLi</link>
  <description>A group for discussing the improved MySQL extension (MySQLi) introduced in PHP5. &amp;quot;The mysqli extension allows you to access the functionality provided by MySQL 4.1 and above. More information about the MySQL Database server can be found at http://www.mysql.com/&amp;quot;</description>
  <language>en</language>
  <item>
  <title>concerns?</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/6f4e1f539fc2beee/52375b3c2ab055f8?show_docid=52375b3c2ab055f8</link>
  <description>
  hi guys, it seems to be quiet here. any problems?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/6f4e1f539fc2beee/52375b3c2ab055f8?show_docid=52375b3c2ab055f8</guid>
  <author>
  rll...@gmail.com
  (rllqph@gmail.com)
  </author>
  <pubDate>Wed, 18 Oct 2006 07:33:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: [MySQLi-g] Changing mysqli to mysql?</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/ad2fa25304874fa8/621e736c20980648?show_docid=621e736c20980648</link>
  <description>
  Jacqui, &lt;br&gt; You can easily check if mysqli is available, &lt;br&gt; &amp;lt;?php &lt;br&gt; if(function_exists(&amp;quot;mysqli_con nect&amp;quot;)) { &lt;br&gt; echo &amp;quot;MySQLi is installed!&amp;quot;; &lt;br&gt; echo &amp;quot;MySQLi is not installed...&amp;quot;; &lt;br&gt; ?&amp;gt; &lt;br&gt; If it&#39;s installed you&#39;re good to go, if it&#39;s not, you cannot do &lt;br&gt; anything about it. That said, you&#39;re better off using PDO &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://us2.php.net/pdo&quot;&gt;[link]&lt;/a&gt;). Come back if you need any further help.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/ad2fa25304874fa8/621e736c20980648?show_docid=621e736c20980648</guid>
  <author>
  johnja...@gmail.com
  (John Jawed)
  </author>
  <pubDate>Sun, 30 Jul 2006 06:31:44 UT
</pubDate>
  </item>
  <item>
  <title>Changing mysqli to mysql?</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/ad2fa25304874fa8/dd5f04418586bbce?show_docid=dd5f04418586bbce</link>
  <description>
  Can anyone give a hand with the code of updating a database when a &amp;quot;Buy &lt;br&gt; Now&amp;quot; button is clicked &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://php.find-info.ru/php/010/phphks-CHP-6-SECT-13.html)?&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Right now the only sites I have running are on godaddy, and they are &lt;br&gt; not clear on the availability of MySQLi. Would it be easier to convert &lt;br&gt; this back to the older MySQL or to upload a custom php.ini file?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/ad2fa25304874fa8/dd5f04418586bbce?show_docid=dd5f04418586bbce</guid>
  <author>
  jacqui...@yahoo.com
  (Jacqui)
  </author>
  <pubDate>Sun, 30 Jul 2006 05:01:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [MySQLi-g] mysqli ssl connection issues</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/4222e2a9eda470bf/aaebbc16cedd73ce?show_docid=aaebbc16cedd73ce</link>
  <description>
  jb, &lt;br&gt; The only thing that sticks out to be an issue is the NULL you pass in for &lt;br&gt; your socket in mysqli_real_connect()...have you tried actually passing in &lt;br&gt; the path to the socket (/tmp/mysql.sock)?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/4222e2a9eda470bf/aaebbc16cedd73ce?show_docid=aaebbc16cedd73ce</guid>
  <author>
  johnja...@gmail.com
  (John Jawed)
  </author>
  <pubDate>Wed, 08 Mar 2006 19:10:05 UT
</pubDate>
  </item>
  <item>
  <title>mysqli ssl connection issues</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/4222e2a9eda470bf/7e8dfc302ecddd7e?show_docid=7e8dfc302ecddd7e</link>
  <description>
  Hey Everyone - &lt;br&gt; I&#39;ve been trying to get an SSL-encrypted PHP-&amp;gt;MySQL connection &lt;br&gt; happening for a couple of days without much luck. The MySQLi SSL &lt;br&gt; documentation leaves a bit to be desired and I&#39;m wondering if anyone &lt;br&gt; here has had success with this feature. &lt;br&gt; Here&#39;s more or less what my code looks like: &lt;br&gt; &amp;lt;?php
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/4222e2a9eda470bf/7e8dfc302ecddd7e?show_docid=7e8dfc302ecddd7e</guid>
  <author>
  pente...@gmail.com
  (jb)
  </author>
  <pubDate>Wed, 08 Mar 2006 15:17:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [MySQLi-g] Re: How to list columns</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/fcfbce21b7731c89/47f2980907809576?show_docid=47f2980907809576</link>
  <description>
  I didn&#39;t check twice... &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://us2.php.net/manual/en/function.mysqli-stmt-result-metadata.php&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Either way, the function you are looking for carries the same name and &lt;br&gt; objective in both MaxDB and mysqli. &lt;br&gt; Regards, &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/fcfbce21b7731c89/47f2980907809576?show_docid=47f2980907809576</guid>
  <author>
  johnja...@gmail.com
  (John Jawed)
  </author>
  <pubDate>Tue, 21 Feb 2006 16:40:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to list columns</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/fcfbce21b7731c89/f94c7e1b16e05e90?show_docid=f94c7e1b16e05e90</link>
  <description>
  That&#39;s for a totally different database. As a my_sqli list, I was &lt;br&gt; looking for a my_sqli solution. &lt;br&gt; I&#39;m guessing there is some jury-rig way of sending my_sqli data into &lt;br&gt; that to get to work, or perhaps you&#39;re simply pulling my chain? =) &lt;br&gt; -Alex
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/fcfbce21b7731c89/f94c7e1b16e05e90?show_docid=f94c7e1b16e05e90</guid>
  <author>
  ucfire...@gmail.com
  (UCFirefly@gmail.com)
  </author>
  <pubDate>Tue, 21 Feb 2006 14:45:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: [MySQLi-g] Re: How to list columns</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/fcfbce21b7731c89/dae4d0182e593602?show_docid=dae4d0182e593602</link>
  <description>
  You need to use result_metadata() for prepared statements: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://us2.php.net/manual/en/function.maxdb-stmt-result-metadata.php&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/fcfbce21b7731c89/dae4d0182e593602?show_docid=dae4d0182e593602</guid>
  <author>
  johnja...@gmail.com
  (John Jawed)
  </author>
  <pubDate>Tue, 21 Feb 2006 03:50:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: [MySQLi-g] Mysqli on Windows</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/a19e532b7b10e533/809340c392f93eb5?show_docid=809340c392f93eb5</link>
  <description>
  Install it? Usually it&#39;s a simple matter of loading it by uncommenting the &lt;br&gt; php_mysqli.dll (or something like that) out of the php.ini &lt;br&gt; Regards, &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/a19e532b7b10e533/809340c392f93eb5?show_docid=809340c392f93eb5</guid>
  <author>
  johnja...@gmail.com
  (John Jawed)
  </author>
  <pubDate>Tue, 21 Feb 2006 03:45:41 UT
</pubDate>
  </item>
  <item>
  <title>Mysqli on Windows</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/a19e532b7b10e533/6b27b9e350a2fe9f?show_docid=6b27b9e350a2fe9f</link>
  <description>
  Hi everyone, &lt;br&gt; I&#39;ve been using the XAMPP package from ApacheFriends.org &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.apachefriends.org/en/index.html&quot;&gt;[link]&lt;/a&gt;) lately to accomplish my &lt;br&gt; development goals. Since this is the standard windows binary version &lt;br&gt; of mySQL 5.1 &amp;amp; PHP5 in windows (as far as I can tell at least) I was &lt;br&gt; hoping someone could tell me how to install the mysqli library for
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/a19e532b7b10e533/6b27b9e350a2fe9f?show_docid=6b27b9e350a2fe9f</guid>
  <author>
  ryushin...@gmail.com
  (ryushinaka@gmail.com)
  </author>
  <pubDate>Mon, 20 Feb 2006 23:20:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to list columns</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/fcfbce21b7731c89/ea041e0ebe8ab4ac?show_docid=ea041e0ebe8ab4ac</link>
  <description>
  This doesn&#39;t seem to work in conjuction with my_sqli&#39;s prepare and &lt;br&gt; execute statements. &lt;br&gt; -Alex
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/fcfbce21b7731c89/ea041e0ebe8ab4ac?show_docid=ea041e0ebe8ab4ac</guid>
  <author>
  ucfire...@gmail.com
  (UCFirefly@gmail.com)
  </author>
  <pubDate>Mon, 20 Feb 2006 18:41:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [MySQLi-g] Re: Prepared statements not working, any suggestions?</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/7073624574f706ab/06f4dac674a5d3e2?show_docid=06f4dac674a5d3e2</link>
  <description>
  Nevermind, you said you were running Windows before. Are you sure it doesn&#39;t &lt;br&gt; ship the binaries with that same library?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/7073624574f706ab/06f4dac674a5d3e2?show_docid=06f4dac674a5d3e2</guid>
  <author>
  johnja...@gmail.com
  (John Jawed)
  </author>
  <pubDate>Mon, 13 Feb 2006 19:00:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [MySQLi-g] Re: Prepared statements not working, any suggestions?</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/7073624574f706ab/b491d2b41ab6a8c8?show_docid=b491d2b41ab6a8c8</link>
  <description>
  Good information, will have to keep that in mind. What OS are you using by &lt;br&gt; the way?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/7073624574f706ab/b491d2b41ab6a8c8?show_docid=b491d2b41ab6a8c8</guid>
  <author>
  johnja...@gmail.com
  (John Jawed)
  </author>
  <pubDate>Mon, 13 Feb 2006 18:59:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Prepared statements not working, any suggestions?</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/7073624574f706ab/a463583f257f7ec8?show_docid=a463583f257f7ec8</link>
  <description>
  The code was actually in my first post, but I&#39;ve got it figured out &lt;br&gt; anyway. &lt;br&gt; I installed the client library from MySQL and it fixed the problem. So &lt;br&gt; much for PHP&#39;s big noise about keeping mysqli up to date with MySQL! &lt;br&gt; Strangely enough, phpinfo() claimed my client library version was &lt;br&gt; 5.0.18 beforehand, but the new version seems to have fixed some
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/7073624574f706ab/a463583f257f7ec8?show_docid=a463583f257f7ec8</guid>
  <author>
  mike...@gmail.com
  (miken32@gmail.com)
  </author>
  <pubDate>Mon, 13 Feb 2006 18:55:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: [MySQLi-g] Re: Prepared statements not working, any suggestions?</title>
  <link>http://groups.google.com/group/MySQLi/browse_thread/thread/7073624574f706ab/fedf5348e6d86696?show_docid=fedf5348e6d86696</link>
  <description>
  Could you paste the code as you have it? Including where you bind it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/MySQLi/browse_thread/thread/7073624574f706ab/fedf5348e6d86696?show_docid=fedf5348e6d86696</guid>
  <author>
  johnja...@gmail.com
  (John Jawed)
  </author>
  <pubDate>Sun, 12 Feb 2006 07:25:28 UT
</pubDate>
  </item>
  </channel>
</rss>
