Skip to content

Instantly share code, notes, and snippets.

@alganet
Created October 6, 2011 03:03
Show Gist options
  • Select an option

  • Save alganet/1266395 to your computer and use it in GitHub Desktop.

Select an option

Save alganet/1266395 to your computer and use it in GitHub Desktop.
Nasty code sample.
<?php
//CAUTION: THIS IS SHIT. DO NOT USE THE CODE BELOW
if ($userBirthday !== date('Y-m-d', $birthdayTime = strtotime($userBirthday))
|| strtotime('now - 18 years') < $birthdayTime) {
print "I'm invalid :(";
}
@mib32
Copy link

mib32 commented Jan 10, 2018

Hahaha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment