Skip to content

Instantly share code, notes, and snippets.

@lamorbidamacchina
Last active November 1, 2019 17:05
Show Gist options
  • Save lamorbidamacchina/1a658ebab5ebe0fe5d703ae8acad2534 to your computer and use it in GitHub Desktop.
Save lamorbidamacchina/1a658ebab5ebe0fe5d703ae8acad2534 to your computer and use it in GitHub Desktop.
<td>
<span class="moreinfo" data-toggle="tooltip" title="string stored in database:<?php echo $row['email'];?>">
<?php echo $dao->dec($row['email']);?>
</span>
</td>
<td>
<span class="moreinfo" data-toggle="tooltip" title="string stored in database: <?php echo $row['phone'];?>">
<?php echo $dao->dec($row['phone']);?>
</span>
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment