>
> >> 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
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
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
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