How do I make PHP form in CodePlayground? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How do I make PHP form in CodePlayground?

How can I create a PHP form in CodePlayground if it's only available for me one file per project? I wanted to do a form like following. <form action="file.php" method="post"> Name: <input type="text" name="name"><br> Age: <input type="text" name="age"><br> <input type="submit"> </form> The problem is, what action will I put if I have no external files?

17th Jun 2018, 6:47 PM
Doodles
Doodles - avatar
2 Respuestas
+ 3
Now I start to ask myself what's utility of the PHP codeplayground...
17th Jun 2018, 7:55 PM
Doodles
Doodles - avatar
+ 2
It's not possible in SoloLearn as far as I know.
17th Jun 2018, 7:27 PM
ReimarPB
ReimarPB - avatar