Hi again,
Thanks for the help given with the vaildation..
Just have a little problem... im using the following code:
<textarea cols="40" rows="10"
name="txtaMessage" value="<?php if (!empty($POST['txtaMessage']))
echo htmlspecialchars(stripslashes($POST['txtaMessage']))
;
?>"> </textarea>
But the problem im having, is when the page is shown the "textarea" field starts a few charcters in, so this means that the field logically thinking is not empty, so the vaildation "ok" this when it should not.
Can anyone see what is wrong with the code that is causing this problem?
thanks again.