Q&A Discussions
<input type="radio"/>
1 Votes
2 Answers<input type="for phone no?">
11 Votes
11 Answershtml page
<form action="upload.PHP" enctype="multipart/form-data" method="post">
<input type =file name=kk>
<input type=submit>
</submit>
PHP page
upload.PHP
<?PHP
$file=trim($_FILES['kk']['name'];
if(move_uploaded_file($_FILES['kk']['temp_name'],$folder.$file))
{
echo"<h1>file uploaded";
}
else{echo"<h1>not";}
?>
0 Votes
5 AnswersHot today
How to add doubble digits
1 Votes
Tic tac toe web game
0 Votes
help me please
1 Votes
Help me! I don't understand!
0 Votes
make This smaller?
0 Votes