Remix.run Logo
trumpdong 2 hours ago

What's your web server? To connect PHP with nginx you need a bunch of arcane configuration.

thenthenthen an hour ago | parent [-]

I loved php came bundled with OSX, you just run php -s portnumber (iirc) as and you have a php enabled webserver running locally, so fun for experiments and super convenient especially compared to nowadays… i would prolly use Python, so make venv, activate, etc etc.