>>>>> "BO" == Brandon Orther <[EMAIL PROTECTED]> writes:

 > I have been using PHP for a while now and never knew what FI is,
 > can someone enlighten me.

First there was PHP (Personal Home Pages) and FI (Form Interpreter)
Then they were combined into PHP/FI Version 2. After which there
was PHP3 and now PHP4.

PHP/FI had a few quirks... the syntax for function definitions
for example:

function functionname $param1 $param2 (
  statement1;
  statement2;
  ...
);

PHP3 was a definite improvement.

-- 
Robin Vickery.................................................
BlueCarrots, 14th Floor, 20 Eastbourne Terrace, London, W2 6LE

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to