The definition of awesome
1. You're writing software and do the interface part first
3. But realize that you already did it months ago when drinking... thinking, oh I'll probably need this later.
echo '<a href="http://www.blogger.com/.$_SERVER['PHP_SELF'].'?action=revert">click here to revert</a>';... and then some frontend code:
if ($_GET['action'] == 'revert')2. Then you go to add in a Revert() function to your photo class
$the_photo->Revert();
3. But realize that you already did it months ago when drinking... thinking, oh I'll probably need this later.
Comments