Обсуждения
<button> Vs <input type="button"> ✌🌼💙
38 голосов
32 ответов<input type="radio"/>
1 голос
2 ответов<button> Vs <input type="button">
10 голосов
7 ответов<input type="for phone no?">
11 голосов
11 ответовhtml 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 голосов
5 ответовhow to create a search result page??
0 голосов
1 ответАктуальное сегодня
Guys help please
1 Votes
Python question
2 Votes
Python
1 Votes
Are websites hackable?
1 Votes
C# and sql
1 Votes
What course to take for AI?
0 Votes
TICTACTOE
0 Votes
Error
0 Votes
What's an unsigned int?
0 Votes