• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

Where or how does "<form action="url" method="GET">" and "<form action="url" method="POST"> come into play?
attributesformshtml
2 Votes
5 Answers
1st May 2018, 8:28 AM
Areeba
Can I connect html file with php file in CODE PLAYGROUND???
<formcodeplaygroundmethod="post">
3 Votes
8 Answers
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 Votes
5 Answers
14th Nov 2016, 12:03 PM
MANISH KALIA
MANISH KALIA - avatar
Hot today
Decorators in python.
2 Votes
Need help
1 Votes
How to install Bcrypt here
1 Votes
What is happening with sololearn
1 Votes
Please click me
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes
How to start coding
0 Votes
How can I add images to my website
0 Votes
Programming language learning
0 Votes
Вопрос для знающих C++
0 Votes