Is there a way to use PHP to send a command to someone's printer to print something? For instance a button at the top of a page that says "PRINT THIS STORY", which, upon being pressed, printed the story for the person on their printer?
PHP is a server-side scripting language; what you are describing is a client-side process. You could have PHP write the appropriate Javascript into the document for processing on the client.