Re: [PHP-DB] Script works on one server and not another...

2007-11-16 Thread Zachary Krakov
Hello Patricia, I figured out your problem... you had a hidden white-space character in your code that couldn't be parsed by PHP... specifically, on line 24, between the "age:" text element and form element. I have removed that pesky little white-space character, and your code appears to be

[PHP-DB] Script works on one server and not another...

2007-11-16 Thread VanBuskirk, Patricia
I have the following multipage example script I am practicing with that came from the php cookbook. It works great on my other business's web server, but when I upload it here at this job, it goes to a blank page after clicking "next" on "stage 1". Sounds like a php.ini setting, but I cannot figu