Discussions Q&R
using <?php tag
0 Vote
1 RéponsePosition of <?php script
2 Votes
4 Réponses<?php
echo null == Null;
?>
-1 Vote
1 RéponseWhy answer is 64?
2 Votes
2 Réponseshtml 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 Vote
5 RéponsesTengo dudas en php
-1 Vote
1 RéponseAujourd'hui en vedette
App Development
1 Votes
GUI-Based Python code in Webpage
3 Votes
Convert Animated SVG to PNG
1 Votes
My Missing Courses
1 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
cyber security
0 Votes