On Tue, 11 Oct 2005 21:27, Hilmar Berger wrote: > > >> I still don't see what would make php a bad option for the web > > > > interface > > > > > It is not at all. PHP is perfectly fine. > > As far as I know, PHP is a stateless machine (i.e. every page access is > handled separately). This should it make rather difficult to implement an > consistent user interface and secure data access.
The http protocol is stateless (without cookies) But PHP is just another *general* programming language with some functions that make web server side scripting particularly easy Horst _______________________________________________ Gnumed-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnumed-devel
