Hello,

Im working on an ordering system for my hosting services and am using the remote access services provided by cPanel to create accounts.

How ever im having a hard time with error handling, I am validating the users data as they enter it during the sign up process but I want this to be as stable as possible.

Do cPanel provide any possible result out of the query (either yay or nay) that can be passed back out of createacct(); ?

Im not looking for detailed error reports, just basically an array or variable to be returned back which either says yes it was or no it wasnt.

That way I can provide properly error handling to my customers if something screws up on the final steps.

Thanks
Adam