Re: [PHP-WIN] PHP 4.4.2 and MySQL 5?

2006-04-06 Thread Alejandro C. Garrammone
First of all, I suposed that you have Win32 running. Ok, then if you install PHP from the installer then you need to download the ZIP file too, because the installer don't have the extensions, and mysql installs on PHP with an extension. Then, look for the extension in php.ini located on C:\win

RE: [PHP-WIN] PHP 4.4.2 and MySQL 5?

2006-04-06 Thread Jeff Chastain
I tried this ... - Overwriting the libmysql.dll/php_mysql.dll and libmysqli.dll/php_mysqli.dll with the ones from the PHP5 zip - Enabling the mysql and mysqli extensions in the php.ini file However, ever after restarting IIS, the phpInfo dump is still showing the old 3.X api for MySQL and not

[PHP-WIN] Accessing multiple KEY/ITEM pairs using array_walk_recursive

2006-04-06 Thread Anand
Hello Everyone!! I have a multidimensional array. I want to get multiple KEY / ITEM pairs using at array_walk_recursive function. I want to retrieve all entries where "kind" is "directory" Example Array: Array ( [0] => Array ( [path] => D:\webs/New Folder [name]

[PHP-WIN] Re: Access javascript from php

2006-04-06 Thread El Bekko
Alf Stockton wrote: I have written my program in such a way that all the html is separate from my php but now I need to include a piece of javascript within the php but the php is very unhappy with