Is there anyway to actually use PHP?
Voters
VulcanWM
Try making a php repl
VulcanWM
yeah literally click on the + button at the top right hand corner of your screen on repl.it, and then enter PHP for the language, and whatever name you want the repl to have, and then click create. Then you should be able to edit your PHP repl @codingjlu
VulcanWM
when i create a php repl the main file is only main.php or index.php depending on which type of the lang i'm making the repl @codingjlu
VulcanWM
oh
i used php in this repl: https://replit.com/@VulcanWM/Forum
and it worked properly @codingjlu
VulcanWM
oh well i guess i cant help you, sorry for wasting your time @codingjlu
I was able to set up PHP 8 with extensions and php.ini capability using Nix. https://replit.com/@haroldsikkema/PHP-Development-Environment I hope it is useful to you. Let me know if it works out.