Sign in | Join
Last post 06-27-2008 3:51 PM by Mikesdotnetting. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
I have a website coded in ASP. NET. Now I would like to intregrate some applications that are coded in PHP, example the events, bulletins, clasifields, etc.
Can this be done?
and how?
regards,
It can be done if the server has PHP installed on it. However, the php pages will not be able to share session state with the aspx pages. Just add the php files to the folder structure of your web application. But you might want to dig around for ASP.NET equivalents that offer the same functionality. You can start at the Downloads link at the top of the page.