Comment Re:Help me out here (Score 1) 610
After programming in both, it seems to me that php serves the utility of both servlets and jsp pages.
For instance, you can have the target of a form request be a handler php page that has nothing but php; it could modify user state and redirect back to the original page which is then regenerated based on the updated state.
-K