• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu

Dyskusje Q&A

Where or how does "<form action="url" method="GET">" and "<form action="url" method="POST"> come into play?
attributesformshtml
2 głosów
5 odpowiedzi
1st May 2018, 8:28 AM
Areeba
Can I connect html file with php file in CODE PLAYGROUND???
<formcodeplaygroundmethod="post">
3 głosów
8 odpowiedzi
28th Oct 2017, 6:03 AM
Ferdian Rura
Ferdian Rura - avatar
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";} ?>
php
0 głosów
5 odpowiedzi
14th Nov 2016, 12:03 PM
MANISH KALIA
MANISH KALIA - avatar
Popularne dzisiaj
Where to put my Machine Learning knowledge on practice?
2 Votes
About sololearn
0 Votes
HTML
1 Votes
For Mobile app
0 Votes
Answer please
0 Votes
I need advice
0 Votes
I need advice
0 Votes
What’s the One Thing That Helped You Learn Coding Faster?
1 Votes
Why this code fails even without data race
0 Votes
Paint costs
1 Votes