Showing errors with user input

2009-12-07 Thread Adam Jimerson
I am working on a registration page and there for want it to show the user errors it has found with their input. I have two subroutines in my code, the first one prints out the form, also takes an array with error descriptions that is passed by the other subroutine. The other subroutine takes

Re: Showing errors with user input

2009-12-07 Thread Greg Jetter
On Sunday 06 December 2009 10:24:31 am Adam Jimerson wrote: > I am working on a registration page and there for want it to show the > user errors it has found with their input. I have two subroutines in > my code, the first one prints out the form, also takes an array with > error descriptions tha