Forum Moderators: coopster
however im not sure how to check the contents of a file field. echo "$_POST['name_of_field]"; shows nothing. do i need to access the value via $_FILES[?] and if so how do i process that array?
thanks ...
But, better to sanitize post data first abnd assign it to a variable or array element.