1 2 3 4 5 6 7
#!/usr/bin/env php <html> <head> <title>Dumb PHP script</title> </head> <body><? print(Date("l F d, Y")); ?></body> </html>