I’m trying to allow my php pages to run inside a content page of the master page. I’d like to run php somehow inside a master page. Besides frames is there another way? I’ve read you can use a frame, but would prefer not to. If I have to go with frames to get it done, should I be using an asp.net frame class of some sort or the raw html type?
Share
Well, there’s always Phalanger for running PHP within the .NET framework, but I recommend against mixing environments like that.
If your PHP pages live on a different server, frame them. If you must have them on the same server, Phalanger them.
In both cases, I suggest you take a good, long, hard look at what you’re doing and try to find another way.