patrickstrijdonck
Programmer
Hi all,
When i try to submit a form, and it returns that i forgot a field,
its will now return with
function,
but then the fields are empty, what im trying to do is, if a field is empty, it will die()
i replaced the die() with header, so the page will open again and is not empty, but then the fields who were filled in, must now also be filled in....
any ideas?
When i try to submit a form, and it returns that i forgot a field,
its will now return with
Code:
header
but then the fields are empty, what im trying to do is, if a field is empty, it will die()
i replaced the die() with header, so the page will open again and is not empty, but then the fields who were filled in, must now also be filled in....
any ideas?