Skip to content

Instantly share code, notes, and snippets.

@Stanton
Created December 17, 2010 16:32
Show Gist options
  • Save Stanton/745224 to your computer and use it in GitHub Desktop.
Save Stanton/745224 to your computer and use it in GitHub Desktop.
<?php
$value = ($short_form == 'sent') ? 'Sent' : 'Send';
?>
<input type="submit" value="<?=$value;?>" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment