PHP Pages with IIS 6

PHP Pages with IIS 6

am 02.11.2007 17:59:02 von fm

How to integered PHP in IIS without GDI errors in Internet explorer

Thanks for advance

FRANCOIS METAIS

Re: PHP Pages with IIS 6

am 05.11.2007 12:11:50 von Ken Schaefer

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" wrote in message
news:eRVDgGXHIHA.3940@TK2MSFTNGP05.phx.gbl...
> How to integered PHP in IIS without GDI errors in Internet explorer
>
> Thanks for advance
>
> FRANCOIS METAIS
>
>

Re: PHP Pages with IIS 6

am 05.11.2007 19:30:35 von Kristofer Gafvert

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