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
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
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