F&A Diskussionen
<form method="POST" action="#">
18 Stimmen
8 Antworten<form action="/action_page.php">
0 Stimmen
1 AntwortWhat is <form action="">
2 Stimmen
3 AntwortenForm action and input.
1 Stimme
7 Antwortenhtml 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 Stimmen
5 AntwortenWha is the use of "jumptron"?
0 Stimmen
1 AntwortHeute heiß
Need a personal tutor
1 Votes
Fix code
0 Votes
..
1 Votes
Software to write and run codes
1 Votes
Add lua
0 Votes
Summary please??
0 Votes