Unlike echo, print can accept only one argument
Unlike echo, print returns a value, which represents whether the print
statement suceeded.

Both are language constructs, so () are optional. Using () with echo limits
you to one argument.

All courtesy PHP 4 Bible.

Quentin Bennett

"Eoghan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED].;
> hi
>
> whats the difference between
> print and echo ?
>
> thanks



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to