Quote:
Originally Posted by quartz70
Hi everyone,
I'm in the middle of revamping my current web-based software for hospital information. I'm not a programmer and had a previous developer create my old version that is not around anymore. He wrote it in .Net
I'm looking to rewrite the entire program and have been looking into using PHP. I was wondering what everyone thought about using PHP for a web-based hospital software. I have been doing some research and seen lots of articles on both sides.
Currently the program uses Crystal Reports and our software accesses the hospitals servers remotely. Can PHP integrate with Crystal Reports? The hospitals that currently support our software are Microsoft servers. PHP can now run on a Microsoft server right?
All suggestions are appreciated, I am open to all viewpoints on PHP vs. .Net.
Thanks!
PHP is no less suited to the job than .NET. PHP is a
very widely used language and as such is very extensive and secure.
On the question integrating PHP with Crystal Reports: I believe you'll have to go through the COM extension to PHP - see
these comments on the COM book (@ php.net)
PHP can run on IIS*, yes.
* When you say Microsoft Servers, I assume you mean Windows Servers, and therefore I assume you mean IIS (Internet Information Services).
Mark.