Skip to content

Instantly share code, notes, and snippets.

@iansltx
Created January 10, 2019 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iansltx/2d7bbe37be249ff4dceadab51d66c0be to your computer and use it in GitHub Desktop.
Save iansltx/2d7bbe37be249ff4dceadab51d66c0be to your computer and use it in GitHub Desktop.
Lambda PHP example
<?php header('Content-type: text/plain'); ?>
The time is <?= date('c') ?>
<?php print_r($_SERVER); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment