Skip to content

Instantly share code, notes, and snippets.

@jcroot
Created May 8, 2020 00:19
Show Gist options
  • Save jcroot/002639fba2f3e2edda9a0ef9f0e77a37 to your computer and use it in GitHub Desktop.
Save jcroot/002639fba2f3e2edda9a0ef9f0e77a37 to your computer and use it in GitHub Desktop.
<?php
$merchant = $_GET['mrc'];
$fc = getdate();
$datetime = $fc['year'].'-'.$fc['mon'].'-'.$fc['mday'].' '.$fc['hours'].':'.$fc['minutes'].':'.$fc['seconds'];
error_log("Merchant: ". $merchant." fechahora: ". $datetime.chr(13), 3, 'log.txt');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment