what was the message again?
PHP pre-defined error displaying
Collapse
X
-
We are very sorry, but there were error(s) found with the form you submitted. These errors appear below.
The RAID you entered do not appear to be valid.
The Accessories you entered do not appear to be valid.
The Guarantee you entered do not appear to be valid.
Please go back and fix these errors.Comment
-
They are predefined error messages on the PHP which, when an error occurs, display on the screen. I honestly have no idea.Comment
-
-
-
does PHP can go to school? obviously not. hence you have to tell PHP in its (PHP’s) vocabulary (read: PHP functions & language constructs) what you learned is the difference between a number and a letter. though chances are that PHP already has a basic vocabulary for letters and numbers.Last edited by Dormilich; Nov 16 '11, 10:23 AM.Comment
-
So what are you suggesting I do?
I know I have to change this:Code:if(strlen($RAID) < raid (4) Y (1), N (1)) { $error_message .= 'The RAID you entered do not appear to be valid.<br />'; }
Comment
-
The $error_message is working, I know that much, so I'm assuming it's just the top 'if' statement which is causing the issue.Comment
Comment