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