Log in

View Full Version : eval(standard_error(fetch_error( troubles


Kungfu
11-20-2006, 11:27 PM
I have a loop that goes through some posted data. And im trying to check to see if it was a required field. If it was a required and the user did not put the data in i want to print out the error.

It works ok for the first option. Say i have some fields like

Text field1
Text field2
Text field3

And they are all required. If they dont put in text field1 then the message comes up ok.

If they put in 1 but not 2 then the message doesnt come up and it goes to a blank page like theres an error, like one of those errors if there was a ";" missing or something rather. Anyone know what might be going on?