+ 3

Is there any way to get some inputs from users in PHP here?

I want to get inputs from users and output some result based on, but it seems submit forms in PHP codes in the Code Playground doesn't work (maybe for security reasons). Is there any way to do this? (PHP) (The main problem is to do this for the following code: https://code.sololearn.com/w2sHzq25qqU2/?ref=app)

30th May 2017, 8:39 PM
$machitgarha
$machitgarha - avatar
1 Odpowiedź
+ 3
I've already searched that on Google when I was studying PHP, unfortunately PHP doesn't have input stuff, the only way to use input, is from HTML
31st May 2017, 2:24 AM
Complex
Complex - avatar