From: Philip S Tellis philip@ncst.ernet.in Date: Thu, 28 Aug 2003 10:01:33 +0530 (IST)
Anyway, if you are comfortable with a web-based design, I would recommend PHP, since its the easiest to quickly learn and develop in,
Unfortunately, PHP doesn't have built in security checks that are important for web based apps.
There might be some PHP frameworks for access control and authorization. Afterall, almost all decent web-apps require this. I guess frameworks like PHPNuke would have it though I never looked at them. We developed an ASP framework for our Intranet and most of the logic and AC specifications are on the DB side so it won't be too difficult to adapt it to PHP.