RE: [PHP] PHP "Cannot redeclare class" problem

2002-09-21 Thread Paul Maine
I was able to solve the problem by using the "require_once " statement. Thank You -Original Message- From: Paul Maine [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 21, 2002 10:23 AM To: PHP PHP Subject: [PHP] PHP "Cannot redeclare class" problem When

[PHP] PHP "Cannot redeclare class" problem

2002-09-21 Thread Paul Maine
When I call the function batch_delayed_capture(see below), I issue the "$this->delayed_capture($d);" statement. Both batch_delayed_capture and delayed_capture are in the same include file. The statement works fine the first time through the loop but gives the following error "Cannot redeclare clas