RE: [PHP] what's the difference between include and require??

2001-02-21 Thread Boaz Yahav
Check this : http://www.weberdev.com/index.php3?GoTo=get_example.php3?count=22 Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Zenith [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 3:40 PM

RE: [PHP] what's the difference between include and require??

2001-02-20 Thread Sam Leibowitz
An unsuccessful include will give you an error. An unsuccessful require will kill the program. Also: require() statements cannot be embedded inside conditionals. For example: ?PHP if ($something) { include("somefile.php") // this is okay. } if ($something) {

Re: [PHP] what's the difference between include and require??

2001-02-19 Thread John Monfort
An unsuccessful include will give you an error. An unsuccessful require will kill the program. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?"