+ 1
How to write and test php code
Is it possible to write and test php language on sololearn, And how to do?
2 Answers
+ 1
Yes it is possible, but there are limitations. Because PHP is a back-end language, it does not support input request like other languages. And the common way PHP work with data (by form submission) also not supported. You can write the basics of PHP code apart from that.
And you can create PHP code in SoloLearn Code Playground as you would with any other languages.
+ 1
Yes. You can write and test your php code in Code Playground section. But obviously there is some limitation.