Hey I am trying to figure out what settings should I use in order to use PHP, because in the docs they say this can be used with PHP, but when choose the language there is no PHP there. Thanks!
1 Like
I think you are talking about the language option in the playground. Actually, you don’t need to choose a language. That part is just for highlighting and syntax. You can just use plaint text. You just start as:
<?php
//do something
2 Likes