Hi
I am knew to php and am having trouble getting it to run, please help.
I get the following error when accessing a php page:
Unable to load dynamic library 'php_ifx.dll' - The specified module could not be found.
I have the following line in my php.ini file:
extension_dir= c:/winnt/system32/php_ifx.dll;
and this dll is definately in this location. Also, I know the php.ini file is being read each time as I am able to print variables to screen.
As I dont understand exactly whats going on, I have tried different variations of the path but to no avail.
Any help is appreciated
Best Regards
Pete Jones