Integrating a PHP application in drupal
wqr786 - July 26, 2008 - 13:47
I'm using Drupal 5. I have previously worked on Module development and Theming in Drupal. However, this time I have something different. I have an application in PHP that my client wants me to integrate into Drupal CMS. Is there any way I can integrate into it, without having to convert the application and write the code again for Drupal modules? Urgent response would be highly appreciated.
Thanks
Waqar
=======
Waqar Web Solutions
Quality Solutions for Tomorrow's Business

In general terms, "maybe".
In general terms, "maybe". It all depends on the application, the degree of integration you want, the type of integration and does the application provide and API.
Integrating another application in Drupal 5
:)
The application is developed by someone else. I do not know if it has an API or not, but, if it does and if it doesn't, is there any solution that I may be able to integrate that third-party application into Drupal? And how?
Thanks
Waqar
Integrating third-party application into Drupal
Anybody know how I may be able to integrate a third-party application into Drupal?
Thanks
Waqar
May help you any way
You can try this.
Write a dummy module which has a function that calls the main function (by main, I mean the first function that is called when the application is started) of your application. There is no other way to integrate it except converting it in a Drupal module.
:)
Beautifulmind
Know more