[PHP-WIN] building php 5.2.1 on windows

2007-08-08 Thread Rashmi Badan
Hi, I'm trying to build php 5.2.1 on windows and am hitting the following problem at link time Creating library Release\php5ts.lib and object Release\php5ts.exp libxml.obj : error LNK2019: unresolved external symbol _xmlDllMain referenced in function [EMAIL PROTECTED] Release\php5ts.dll : f

Re: [PHP-WIN] Wamp/XAMPP and phpmyadmin

2007-08-08 Thread Roel Boons
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 w

Re: [PHP-WIN] Wamp/XAMPP and phpmyadmin

2007-08-08 Thread Jarrett Meyer
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 n

RE: [PHP-WIN] Wamp/XAMPP and phpmyadmin

2007-08-08 Thread Jacob Bergman
First off, phpmyadmin is built into Xampp... I'm not sure about Wamp... I use Xampp as my environment in learning php, and I don't really use phpmyadmin all that much at the moment, though I have done a few things in there. Its really just up to you... phpmyadmin doesn't allow you to do most of