Jump to content

[SOLVED] What is the difference...?


maxudaskin

Recommended Posts

echo read this http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/40

do checks the expression at the end instead of the begin

not much between exit and die

i don't really use define but it assigns case insensitively check this http://nz2.php.net/define

 

Scott.

 

 

All these questions are answered in the manual if you look, but here we go....

 

  • The only difference between print and echo is that echo excepts multiple arguments.
  • While evaluates the expression prior to executing the first time, do does not.
  • Nothing
  • The define function creates constants, not variables.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.