Marek,
For testing purposes, on my home computer with php 4.1.1 and Apache Server,
the script works fine.
Now, I'd like the script to work on my ISP's server which hosts my site.
They use MS IIS.
What are the correct steps for them to install the php_gd.dll file on their
server since that same s
Try executing
dl('php_gd.dll');
first (before calling any gd functions),
also check the output of phpinfo() if they have gd enabled
Anthony Ritter wrote:
The following script works fine when I test it at home using localhost on:
MS Win 98
Apache Server
PHP 4.1.1
php_gd.dll
I then publish the scri
The following script works fine when I test it at home using localhost on:
MS Win 98
Apache Server
PHP 4.1.1
php_gd.dll
I then publish the script to my web at my ISP's MS IIS server which is the
host and get an undefined function call of:
ImageCreate()
The ISP has said that they have installed
3 matches
Mail list logo