+ 1

How to write and test php code

Is it possible to write and test php language on sololearn, And how to do?

14th Apr 2020, 12:32 PM
Md. Amir Hamja
Md. Amir Hamja - avatar
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.
14th Apr 2020, 2:29 PM
Ipang
+ 1
Yes. You can write and test your php code in Code Playground section. But obviously there is some limitation.
15th Apr 2020, 4:03 AM
Arafat Hossain Ar
Arafat Hossain Ar - avatar