Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Drew,
Try this:
<?php $when = 'hello'; echo $when; ?>
Just to see if your localhost is working. Also try a free web hosting (php hosting) to eliminate your local server issue.
Jim