<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: New setup procedure for phpMyAdmin 3.1.x</title>
	<atom:link href="http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/feed/" rel="self" type="application/rss+xml" />
	<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 22:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-16243</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-16243</guid>
		<description>There are &lt;a href=&quot;http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php_04.html#phpmyadmin&quot; rel=&quot;nofollow&quot;&gt;up-to-date instructions on installing phpMyAdmin&lt;/a&gt; in the tutorial that I wrote for the Adobe Developer Connection. However, these days, I normally recommend installing XAMPP on Windows or MAMP on Mac OS X. Both include Apache, PHP, MySQL, and phpMyAdmin all configured and working together.</description>
		<content:encoded><![CDATA[<p>There are <a href="http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php_04.html#phpmyadmin" rel="nofollow">up-to-date instructions on installing phpMyAdmin</a> in the tutorial that I wrote for the Adobe Developer Connection. However, these days, I normally recommend installing XAMPP on Windows or MAMP on Mac OS X. Both include Apache, PHP, MySQL, and phpMyAdmin all configured and working together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Warren</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-16240</link>
		<dc:creator>Jason Warren</dc:creator>
		<pubDate>Thu, 21 Jan 2010 03:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-16240</guid>
		<description>Please help me with my install of phpMyAdmin.  I have followed all of your instructions and many others and have been unsuccesful.  I am trying to see the program, but it has taken many days and hours and I haven&#039;t been able to install the program.  Please help--Jason Warren</description>
		<content:encoded><![CDATA[<p>Please help me with my install of phpMyAdmin.  I have followed all of your instructions and many others and have been unsuccesful.  I am trying to see the program, but it has taken many days and hours and I haven&#8217;t been able to install the program.  Please help&#8211;Jason Warren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isabelle</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-15975</link>
		<dc:creator>Isabelle</dc:creator>
		<pubDate>Mon, 28 Sep 2009 08:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-15975</guid>
		<description>Hello David,
I&#039;m very pleased with your book &quot;The Essential Guide to Dreamweaver CS4 with CSS, Ajax, and PHP&quot;.
&quot;I have a problem dealing with page 613. I load register_user.php into firefox, fill the fields and when I click Insert Record I get this message :
&lt;strong&gt;File not found&lt;/strong&gt;
Firefox can&#039;t find the file at /C:/vhosts/dwcs4-xampp/workfiles/ch14/.
    *   Check the file name for capitalization or other typing errors.
    *   Check to see if the file was moved, renamed or deleted.&quot;
Nothing is written in the &#039;users&#039; table of &#039;dwcs4&#039; database. I&#039;m able to write using PhpAdmin.
Have you some help to give me?
Excuse my bad English but I&#039;m French and not really fluent in your language!
Best regards, Isabelle.</description>
		<content:encoded><![CDATA[<p>Hello David,<br />
I&#8217;m very pleased with your book &#8220;The Essential Guide to Dreamweaver CS4 with CSS, Ajax, and PHP&#8221;.<br />
&#8220;I have a problem dealing with page 613. I load register_user.php into firefox, fill the fields and when I click Insert Record I get this message :<br />
<strong>File not found</strong><br />
Firefox can&#8217;t find the file at /C:/vhosts/dwcs4-xampp/workfiles/ch14/.<br />
    *   Check the file name for capitalization or other typing errors.<br />
    *   Check to see if the file was moved, renamed or deleted.&#8221;<br />
Nothing is written in the &#8216;users&#8217; table of &#8216;dwcs4&#8242; database. I&#8217;m able to write using PhpAdmin.<br />
Have you some help to give me?<br />
Excuse my bad English but I&#8217;m French and not really fluent in your language!<br />
Best regards, Isabelle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-15934</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Tue, 07 Jul 2009 09:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-15934</guid>
		<description>PHP on a Mac needs to be compiled to support the options you want. Obviously, the version on your server doesn&#039;t support the Oracle functions. You need to recompile PHP yourself with the options you want or find a Mac package that does. I don&#039;t know if Marc Liyanage is still packaging PHP for the Mac or if his package supports Oracle, but you could check his website at www.entropy.ch. Sorry, I can be of more help than that.</description>
		<content:encoded><![CDATA[<p>PHP on a Mac needs to be compiled to support the options you want. Obviously, the version on your server doesn&#8217;t support the Oracle functions. You need to recompile PHP yourself with the options you want or find a Mac package that does. I don&#8217;t know if Marc Liyanage is still packaging PHP for the Mac or if his package supports Oracle, but you could check his website at <a href="http://www.entropy.ch" rel="nofollow">http://www.entropy.ch</a>. Sorry, I can be of more help than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam Singh</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-15933</link>
		<dc:creator>Shyam Singh</dc:creator>
		<pubDate>Mon, 06 Jul 2009 07:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-15933</guid>
		<description>Hi David,

I enabled php on mac 10.5.5 server. Now its first page is displaying using phpinfo().

Now I want to connect php with oracle database installed in same machine. I try to connect it using oci_connect () but unable to do so. it is showing error &quot; Fatal error: Call to undefined function oci_connect() &quot;.

Can you suggest how to over come on this??

Thanks,

Shyam</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I enabled php on mac 10.5.5 server. Now its first page is displaying using phpinfo().</p>
<p>Now I want to connect php with oracle database installed in same machine. I try to connect it using oci_connect () but unable to do so. it is showing error &#8221; Fatal error: Call to undefined function oci_connect() &#8220;.</p>
<p>Can you suggest how to over come on this??</p>
<p>Thanks,</p>
<p>Shyam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-15905</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 19 Apr 2009 00:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-15905</guid>
		<description>It&#039;s ridiculous that it&#039;s so fricken complicated to get this installed. It&#039;s the one thing holding me back from running my own installation of Wordpress on my own server. Every tutorial I can find is out of date. If someone made an installer for phpmyadmin that would let me get it setup in under 2 minutes. I&#039;d pay $50 for it on the spot. The fact that I can&#039;t get this going has held up my personal projects for months.</description>
		<content:encoded><![CDATA[<p>It&#8217;s ridiculous that it&#8217;s so fricken complicated to get this installed. It&#8217;s the one thing holding me back from running my own installation of WordPress on my own server. Every tutorial I can find is out of date. If someone made an installer for phpmyadmin that would let me get it setup in under 2 minutes. I&#8217;d pay $50 for it on the spot. The fact that I can&#8217;t get this going has held up my personal projects for months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elaine Howard</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-15796</link>
		<dc:creator>Elaine Howard</dc:creator>
		<pubDate>Fri, 13 Feb 2009 21:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-15796</guid>
		<description>I am just beginning &quot;Foundation PHP for Dreamweaver 8&quot; and see that newer versions of Apache and PHP are available for download.  Should I install the most current versions, or will I get confused as I go through the exercises that were created with older versions?</description>
		<content:encoded><![CDATA[<p>I am just beginning &#8220;Foundation PHP for Dreamweaver 8&#8243; and see that newer versions of Apache and PHP are available for download.  Should I install the most current versions, or will I get confused as I go through the exercises that were created with older versions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-15789</link>
		<dc:creator>M</dc:creator>
		<pubDate>Fri, 13 Feb 2009 01:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-15789</guid>
		<description>Hi Dave, 
First off thanks for the great books (PHP Solutions and  Essential Guide to Dreamweaver CS3) they&#039;ve been really incredible to learn with. 

I&#039;m not sure where to post my question but thought here might be best, it concerns the chapter in PHP solutions for uploads... I&#039;ve followed your chapter and even used the supplied page (upload04.php) but when it tries to upload to my localserver I get the following error: No such file or directory in /Library/WebServer/Documents/phpsolutions/uploads/upload.php on line 6

I&#039;ve honestly tried everything I can think of to alleviate this and thought to give your blog a shot. Perhaps someone else is having a similar issue? I&#039;ve set up the (upload_test) folder according to your chapter&#039;s instructions so just thought to see if you or anyone may have a suggestion. Thank you for your time - best, m</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
First off thanks for the great books (PHP Solutions and  Essential Guide to Dreamweaver CS3) they&#8217;ve been really incredible to learn with. </p>
<p>I&#8217;m not sure where to post my question but thought here might be best, it concerns the chapter in PHP solutions for uploads&#8230; I&#8217;ve followed your chapter and even used the supplied page (upload04.php) but when it tries to upload to my localserver I get the following error: No such file or directory in /Library/WebServer/Documents/phpsolutions/uploads/upload.php on line 6</p>
<p>I&#8217;ve honestly tried everything I can think of to alleviate this and thought to give your blog a shot. Perhaps someone else is having a similar issue? I&#8217;ve set up the (upload_test) folder according to your chapter&#8217;s instructions so just thought to see if you or anyone may have a suggestion. Thank you for your time &#8211; best, m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-15786</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-15786</guid>
		<description>Marcelo, if you&#039;re on a Mac, XAMPP is not recommended. However, I would uninstall it first before switching to MAMP.</description>
		<content:encoded><![CDATA[<p>Marcelo, if you&#8217;re on a Mac, XAMPP is not recommended. However, I would uninstall it first before switching to MAMP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo</title>
		<link>http://foundationphp.com/blog/2008/12/07/new-setup-procedure-for-phpmyadmin-31x/comment-page-1/#comment-15785</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Wed, 11 Feb 2009 23:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=64#comment-15785</guid>
		<description>Thank you, David. I had Xampp installed (which worked a treat), but I couldn&#039;t make the MySQL databases connect on DWCS3. Do you reckon MAMP is better and can I install it on top of what I&#039;ve got already? I&#039;ll investigate...</description>
		<content:encoded><![CDATA[<p>Thank you, David. I had Xampp installed (which worked a treat), but I couldn&#8217;t make the MySQL databases connect on DWCS3. Do you reckon MAMP is better and can I install it on top of what I&#8217;ve got already? I&#8217;ll investigate&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
