[PHP-WIN] Re: building php 5.2.1 on windows

2007-08-13 Thread Rashmi Badan
> > >> 2) Build libxml2 2.6.29 from source (must compile with a MS compiler) > >> and have PHP link against the libxml2_a_dll.lib file. I added that to > >> the default libxml2 MSVC build but still need to commit the additon to > >> the PHP build system (will be post 5.2.4). Once done, then the off

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

2007-08-13 Thread Leo G. Divinagracia III
Abhisek Dutta wrote: 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

[PHP-WIN] Re: formating a string

2007-08-13 Thread cdmn
James Savage wrote: i have a 12 digit code that i want to format as follows -- it is all numbers i tried using substr() to format it in this fassion $code = abcdwxyz8765; $string = array(); $string[] = substr($code,1,4); $string[] = substr($code,5,8); $string[] = substr($code9,12); e

[PHP-WIN] ming library

2007-08-13 Thread Diana
How do I install the ming library on windows?? I copied the php_ming.dll that I had on another computer and enabled this line in php.ini extension=php_ming.dll but I still get that error Call to undefined function Ming_setScale() -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe