tags:

views:

48

answers:

1

Hi!

I want to use php for building Information system. This information system will be consist of : 1. Main office 2. Branche office

Branche office connected to Main office through private circuit.

I whant to build information system for communication between this offices. This is system for communication between banks. (for client operation with the terminal : get count,...)

I don't know what I must used : thin or fat client. For thin client I suppose to use php or asp.net

What do u think? What tehnologies is best for this reason?

Thanks

+1  A: 

I'd go with PHP/Ajax and good database design.

Sure, this depends on the tools you or your company is using on day-to-day basis and the software/technologies you already own.

Andrejs Cainikovs