Re: [PHP] Randomly missing a function

2008-07-17 Thread Miles Thompson
MIcah, Duh!! So damned obvious. We'll try that. Thanks - Miles On Thu, Jul 17, 2008 at 5:42 PM, Micah Gersten <[EMAIL PROTECTED]> wrote: > Try returning a value from CreateUser and checking it before sending the > E-Mail. > > Thank you, > Micah Gersten > onShore Networks > Internal Developer

Re: [PHP] Randomly missing a function

2008-07-17 Thread Shawn McKenzie
Micah Gersten wrote: Try returning a value from CreateUser and checking it before sending the E-Mail. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Exactly! You'll find that CreateUser() is called, however for whatever reason the user isn't created. Do

Re: [PHP] Randomly missing a function

2008-07-17 Thread Micah Gersten
Try returning a value from CreateUser and checking it before sending the E-Mail. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Miles Thompson wrote: > An online signup script is randomly missing part of the task. These scripts > are involved: > sub_signup.p