I\'m making a form that is supposed to create a javascript alert when some fields aren\'t filled out or filled out properly. I want to be able to take the error messages I\'
You can use function follow this:
function died($error) { echo ''; die(); }