Submit form on PlayGround | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Submit form on PlayGround

Hi to all, how are you? I'm trying to make a html submit form, but every redirect to PlayGround code editor. I try: <form ... action=""> <form ... action="?"> <form>

12th Mar 2018, 7:08 PM
Gabriel Lourenco
Gabriel Lourenco - avatar
5 Answers
+ 8
Hi @Gabriel, are you asking about how to use PHP in Code Playground for processing form data? well if that's the question, I'm afraid I have to say it's not possible, Code Playground doesn't support processing submitted form data. You will be better off to install and use PHP packages on your own computer/Laptop so you can practice more conveniently without any limitations my friend. Hth, cmiiw
13th Mar 2018, 2:49 AM
Ipang
+ 7
you may use a php server on your Android device check out ksweb on playstore
7th Apr 2018, 9:16 AM
Athsam muhammad
Athsam  muhammad - avatar
+ 3
You're welcome @Gabriel, me too wish it could work that way, but for now all I could just do in Code Playground is to simulate submitted data by manually assigning values into $_POST just to check whether code works as expected with sample values passed into it. Wish you a great one too my friend : )
13th Mar 2018, 3:31 AM
Ipang
+ 1
Thanks @Ipang, I supposed that, but I would want make my code work here. Have a geat week.
13th Mar 2018, 3:20 AM
Gabriel Lourenco
Gabriel Lourenco - avatar
+ 1
7th Apr 2018, 10:38 AM
Gabriel Lourenco
Gabriel Lourenco - avatar