[PHP] Re: PHP - Interpreted or Compiled Language

2003-08-14 Thread breath
php is c based programming language... and...maybe php is not interpreted language.. breath "Binay Agarwal" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi everybody One basic question but still couldn't find the answer. Is php Interpreted language or Compiled Language like C

Re: [PHP] Re: PHP - Interpreted or Compiled Language

2003-08-14 Thread Jackson Miller
PHP is most definitely an interpreted language. -Jackson On Thursday 14 August 2003 8:37, breath wrote: > php is c based programming language... > > and...maybe php is not interpreted language.. > > breath > > > > "Binay Agarwal" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > Hi e

[PHP] Re: PHP - Interpreted or Compiled Language

2003-08-14 Thread rush
"Binay Agarwal" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >Is php Interpreted language or Compiled Language like C or C++. Beeing compiled or interpreted is not property of language but of implementation. For almost all languages you have implementations from pure interpreters