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