Skip to content

Instantly share code, notes, and snippets.

@benmmurphy
Last active March 8, 2016 12:15
Show Gist options
  • Save benmmurphy/8b89c8090d8565b12e3e to your computer and use it in GitHub Desktop.
Save benmmurphy/8b89c8090d8565b12e3e to your computer and use it in GitHub Desktop.
<?php
session_start();
$details = array("msisdn" => $msisdn,
"token" => $token,
"attempts" => 0,
"created_at" => round(microtime(true) * 1000));
$_SESSION["msisdn_verification"] = $details;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment