RE: [PHP] Require_once problem

2002-11-01 Thread Ford, Mike [LSS]
> -Original Message- > From: @ Darwin [mailto:superbus22@;attbi.com] > Sent: 01 November 2002 10:17 > > Well, the way I've read it is that if you use require within control > structures then all files are included, regardless of whether > the script > exits before it reaches its next if..

RE: [PHP] Require_once problem

2002-11-01 Thread @ Darwin
into that. Hope this helps a little. -- Darwin > -Original Message- > From: Kerry Kobashi [mailto:kkobashi@;thegrid.net] > Sent: Friday, November 01, 2002 1:36 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Require_once problem > > > Whats the difference between require

[PHP] Require_once problem

2002-10-31 Thread Kerry Kobashi
Whats the difference between require_once and include_once? I been running into a problem, perhaps someone can help. I require_once in a Pear database extension. Inside that pear database extension is a require_once("pear.php") and a require_once("db.php") This file, Thomas Voxs' DbPage.php file