Q&A Discussions
<?php
echo null == Null;
?>
-1 Vote
1 AnswerHow to take input in php
8 Votes
3 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
Comparing Lambda with ES6
3 Votes
Python project
1 Votes
Help debug this code
0 Votes
Dictionary
1 Votes
Help
0 Votes
System designed to help
1 Votes
How do i learn to ethical hack
0 Votes