As Jarrett says, PHPMyAdmin will not hold you back in terms of PHP, but instead facilitates the learning process of MySQL. I use it all the time, as administering a website is (most of the time) quicker then command-line MySQL. However, if you really want to learn a lot on php, you'll eventually want to set up your own server, and not do it from a bundle. Only then, you'll start to realise a lot (like the settings in php.ini). There is a great guide around for installing the php/mysql/apache combo on windows. http://wamp.corephp.co.uk/ Greetings Roel On 8/8/07, Jarrett Meyer <jmtmeyer@xxxxxxxxx> wrote: > > PHPMyAdmin is a MySQL administrator interface written in PHP. It can help > you build queries that you cut/paste into existing PHP code. For what you > actually do with that query, you'll need to write some real PHP. PHPMyAdmin > will not hold you back in terms of learning PHP. It will eliminate the need > for you to learn command-line MySQL. > > -- > Jarrett M. T. Meyer > http://jarrettmeyer.blogspot.com > http://www.jarrettmeyer.com > > ----- Original Message ---- > From: Abhisek Dutta <abhisek.dutt@xxxxxxxxx> > To: php-windows@xxxxxxxxxxxxx > Sent: Wednesday, August 8, 2007 1:24:39 AM > Subject: Wamp/XAMPP and phpmyadmin > > I recently came across wamp and XAMPP and was tempted to use them. They > seemed really easy to use and the installation is simple and easy. What > really amazed me is phpmyadmin. But i am yet to start with phpmyadmin. I > am still learning php. If i start using phpmyadmin i'd probably never > learn to use command line. So, my question is how healthy is it to use > phpmyadmin for a n00b? > Regards > Abhisek > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > >