How do I actually run a file on localhost? I know it is working, but how do I run a file on it, and how do I verify that the file is in fact running on localhost?
You can do it by running with following command.
php -S localhost:8888