> H-
> 
> Just a quick question. 
> 
> Is there any difference between using print or echo? 
> 
> >From what I have read and seen there isn't any. 
> Than why the two different commands? 
> 
> Thanks. 
> -Sterling

See this:
http://www.php.net/manual/en/function.print.php

"As for a print vs. echo, echo gives you more options, 
such as being able to continue output on multiple lines 
like an <<EOT in perl. Look at the above notes. With print 
you would not be able to accomplish this."

Jeff Oien

-- 
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