Can a PHP script run in a DotNetNuke site? I am trying to decide if I should use DNN or PHP with a CMS. Thanks!
well what you'd do is open the .aspx page and use the following code. <IFRAME src="/file.php"> Just make sure that the server is able to handle php files. Hope this helps.. Blu
I'm unsure why you'd want to do that. DNN is written in asp.net - a server script language that runs on a Windows server. PHP is a server script language that is typically run on Linux servers. Why would you want to mix the 2 languages? Usually you would code the entire site in one language or the other. If you have an existing PHP script you want to use within a CMS then you should probably look for a PHP based CMS.