Hello: I have a question that may sound stupid. Why can not run php client side, if it is a interpreted language like JavaScript. What is the technical impediment ?. One could make an interpreter that can run as a browser plugin. such that <html> <body> </ body> <script php> <? .......... ?> </ script>
</ html>
