i have this code, and need help with the logic end. I would like for at least one field to not be null.
if(!empty($fileTypes) || !empty($fileSizes) || !empty($fileUploads) || !empty($features) || !empty($design) || !empty($other) || !empty($contact)) {
} else {
$error = 1;
}
Yes apologies the following works:
EDIT: Missed a closing tag in the paste….fixed