piccalilli_’s avatarpiccalilli_’s Twitter Archive—№ 10,437

  1. Quick PHP tip If you want to run a little PHP server on a Mac, you can open terminal in the directory that you want to run it in and run the following command php -S localhost:8000 You’ll now be able to open http://localhost:8000 in your browser 🚀 andy-bell.design/notes/91/