[PHP] Re: Big difference?

2001-07-26 Thread Willie Dresler Leiva
Hi! I am new to the list, so I will present myself before talking about the differente between echo and print. I am a PhD student in Computer Science at the University of Sao Paulo state, Sao Carlos city, Brazil. I use PHP in a system that manages online courses. About the big difference: readi

[PHP] Re: Big difference?

2001-07-25 Thread Henrik Hansen
[EMAIL PROTECTED] (Kyle Smith) wrote: > What is the difference between using > print "blah blah" > ?> > > and > echo "blah blah" > ?> print is a simple function that outputs what it's got in, where as echo more or less is the same but can take more paremeters, look at their manual pa