• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu

Sesiones de PyR

Where or how does "<form action="url" method="GET">" and "<form action="url" method="POST"> come into play?
attributesformshtml
2 Votos
5 Respuestas
1st May 2018, 8:28 AM
Areeba
Can I connect html file with php file in CODE PLAYGROUND???
<formcodeplaygroundmethod="post">
3 Votos
8 Respuestas
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 Votos
5 Respuestas
14th Nov 2016, 12:03 PM
MANISH KALIA
MANISH KALIA - avatar
En tendencia hoy
Need a personal tutor
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Fix code
0 Votes
How can I turn my .py files to .exe files?
1 Votes
How Much RAM is Required for Object Detection Project
0 Votes
Hey ! how to install modules on this app
0 Votes
Add lua
0 Votes
Summary please??
0 Votes
How to learn C++ and how long does it take
1 Votes
Software to write and run codes
0 Votes