Hello,
After browsing the php manual, my understanding is that php can actually be encoded in HTML or ASP pages. Would like to know is this the case? If so, this means I can run this HTML / ASP page in my IIS server, but how does my IIS handle this since IIS supports only V.B & Jscripts by default? Do I have to install an activeX engine to specify the language ? Does activeX supports php ? How to go about it ?
Does this mean I can encode the php script in my html /asp script to connect to my oracle database ? Thanks.