[PHP] file upload

2005-06-20 Thread Han
0777); -- But when I use this same code on a different server, it doesn't work as there seem to be no $_FILES['file']['tmp_name']. Is $_FILES['file']['tmp_name'] something configured by the server (I'm using Apache on a Linux system), or something default within PHP itself? Han. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how to check the form filled all

2004-01-18 Thread Sungpill Han
HI, i want to check if the user filled the all inputs in the form. So, I checked NULL and "" with this function in the post receiving script. --- function is_filled_out() { // test that each variabl has a value foreach($_POST as $key => $value) { if(is_null($value)

[PHP] test message

2004-01-15 Thread Sungpill Han
why i can't post! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php