How to check input type file is empty in php ... <?php if(empty($_FILES['yourfile'])) { echo 'File is empty'; } ?> ... How do you strip HTML tags in PHP?
確定! 回上一頁