I have a question for you guru's out there.
The script is supposed to connect to a domain registration server, using an object oriented approach. It currently connects to a test server, and functions just fine. When I try to connect to the real server, I get a wonderful
"premature end of script header" error message. I have even put this in an eval statement to try to catch it. I have never seen eval fail to catch something.
I have gone through all of the code, and it is indeed the statement within eval. Do any of you guys know if there is a way to die, even if inside of an eval?
Joe