Skip to content

Instantly share code, notes, and snippets.

@anthonycvella
Created February 12, 2013 19:10
Show Gist options
  • Save anthonycvella/4772427 to your computer and use it in GitHub Desktop.
Save anthonycvella/4772427 to your computer and use it in GitHub Desktop.
<?php if(isset($_SESSION['ticketCode'])) : ?>
<p><?php echo $_SESSION['ticketCode']; ?></p>
<p><?php echo $qr->draw(); unset($_SESSION['ticketCode']); ?></p>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment