• 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
How its output is 2 but not 3
0 Votes
Hi
0 Votes
Help
0 Votes
Checking personal activity
0 Votes
como puedo pasarme la lecciĂłn 5 de empezando de Python, ya es mi segundo intento.
1 Votes
Can any one know the best resourse where i can learn dsa for free
1 Votes
Use of global function in c
0 Votes
Python
0 Votes
Full form of HTML
0 Votes
Tryna learn dunno where to start
0 Votes