[PHP] New User Script Failing Unexpectedly.

2003-09-01 Thread Adam Bishop
Thanks for all your help, but I ma still no closer to finding the problem. I'll try decomiling the whole application, and rewriting it, see it that works. If anyone has a brainwave in the meantime, any further help would be greatly appreciated. Thanks, Adam Bishop P.S. I have replaced the break

Re: [PHP] New User Script Failing Unexpectedly.

2003-09-01 Thread Chris Sherwood
If this is causing all forms to need to be submitted twice, I would be suspect of the include files that were found in all the forms documents and start my debugging process from there. just cursory glance tells me I would like to see the include files. before I could say that it was one thing or

Re: [PHP] New User Script Failing Unexpectedly.

2003-09-01 Thread Curt Zirzow
312 lines is a lot of stuff to filter through, you should really isolate your problem. * Thus wrote Adam Bishop ([EMAIL PROTECTED]): > Sample 'A' > > switch (@$do) > { > case "process": You should indent, it makes the code more readable. > session_start(); > session_register('Sauth'); > ses

[PHP] New User Script Failing Unexpectedly.

2003-09-01 Thread Adam Bishop
Okay, this is a tricky one (i think so, anyway!), and rather long but plase help me! I don't expect you to spend hours looking at the problem, but any insight is appreciated. I am (trying) to create a members only website. However, I am having a spot of bother. It all works perfectly