On Thu, Oct 30, 2014 at 11:27 AM, gpepe pepe <[email protected]> wrote: > 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>
Sure. Thats possible. People have even done very similar thing before: http://pecl.php.net/package/PHPScript Clearly not a good idea though. -Hannes -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
