-
.Net?
is it possible to use the functions from the .Net framework from PHP. more to the point, my hosting has .net and i want to draw images but they havent got the php module/library installed to allow me to do this. i can draw images though aspx but i would like to do it though php. if anyone has any idea how to use any part of the framework would be great.
sorry its so vage.
-
if your host doesn't have php or that module loaded then no you cannot use it. if the module is not loaded php has no idea if it is there.
-
my host does support php, just not the GD library, thats why i want to use a differnet one. so i cant call the functions from the ASPX dll?
-
the GD library has nothing to do with ASPX.dll. I have no idea what dll that is but I bet it doesn't have the image library in it.
-
I doubt that an ASP module would be compatible with PHP.