PDA

Click to See Complete Forum and Search --> : .Net?


john tindell
Aug 13th, 2003, 07:03 AM
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.

phpman
Aug 13th, 2003, 09:50 AM
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.

john tindell
Aug 13th, 2003, 09:56 AM
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?

phpman
Aug 13th, 2003, 02:50 PM
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.

The Hobo
Aug 13th, 2003, 11:07 PM
I doubt that an ASP module would be compatible with PHP.