PHP Pages with IIS 6
am 02.11.2007 17:59:02 von fmHow to integered PHP in IIS without GDI errors in Internet explorer
Thanks for advance
FRANCOIS METAIS
How to integered PHP in IIS without GDI errors in Internet explorer
Thanks for advance
FRANCOIS METAIS
GDI is client side.
PHP is entirely server side
They are mutually exclusive.
If you are getting GDI errors on the client, then there's something wrong
with the client, or something wrong with the HTML you are outputting.
Are you talking about CGI?
Cheers
Ken
"fm"
news:eRVDgGXHIHA.3940@TK2MSFTNGP05.phx.gbl...
> How to integered PHP in IIS without GDI errors in Internet explorer
>
> Thanks for advance
>
> FRANCOIS METAIS
>
>
Hi,
Do you mean that you have problems using the GD library to create images
using PHP code? If not, perhaps you want to paste some of the errors so we
can better understand what you are having problems with?
I think that PHP related questions is best answered in a PHP forum.
Perhaps you have not enabled php_gd2.dll? Have you read:
http://www.libgd.org/FAQ_PHP#How_do_I_get_gd_to_work_with_PH P.3F
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
fm wrote:
>How to integered PHP in IIS without GDI errors in Internet explorer
>
>Thanks for advance
>
>FRANCOIS METAIS