On Thu, Jul 23, 2009 at 1:06 AM, Bastien Koert <phpster@xxxxxxxxx> wrote: > On Wed, Jul 22, 2009 at 1:56 PM, Javed Khan<iankhan80@xxxxxxxxx> wrote: > > I need help on my project I want to have my browser do compling of PHP > scripts. Can someone please send me some concepts and if possible codes to > do this. I know this aspect will pose great security threat to the server > and client but I will still love any help with this. > > Thanks, > > J. K > > > > > > > > PHP is a server side language. If you want to have php as an > executable on the client, you could look at www.roadsend.com for the > compiler. Otherwise, you could create a dll on windows for for > execution in IE or as jim mentioned, write an extension for FF > Sorry to Bastien and posting to the list again: @Javed Khan: If you just want to have php functions in client side JS then visit www.phpjs.org Did you try any good php IDE? like NetBeans 7.0 or Zend Studio or did you try Dreamweaver with site defined?