Re: [PHP-WIN] IIS and passing variables

2001-05-06 Thread pratap . ladhani
This could be that register globals is set to off in the IIS machine . Then you may have to call the variable explicitly by its raw form i.e. $HTTP_GET_VARS["parameter"] just check by phpinfo() whether the register globals is set to off or not. Pratap Ladhani - Origin

[PHP-WIN] truncating of file in fopen.

2001-05-16 Thread pratap . ladhani
seem to understand why it happens. My local machine is a Win 98 and the server is a Win 2K Server. Any body if faced such a problem before and might have found out a solution please suggest directions.. Thanks to all in advance. Pratap Ladhani -- PHP Windows Mailing List (http

[PHP-WIN] Regarding TTf support for php_gd.dll

2001-04-12 Thread Pratap Ladhani
I am working on a NT Workstation.. (PWS) When trying to use the function ImageTTFBBox() or ImageTTFText() I get the following error: Warning: Could not find/open font in so and so page and so and so line... I think I have not configured my php to enable true type fonts !! But my phpinfo() say