Subdomain Posts
JavaScript | 364 days ago
None | 474 days ago
Bash | 496 days ago
PHP | 499 days ago
HTML | 500 days ago
CSS | 500 days ago
HTML | 500 days ago
PHP | 500 days ago
HTML | 501 days ago
HTML | 501 days ago
Recent Posts
None | 7 sec ago
None | 21 sec ago
C# | 46 sec ago
None | 1 min ago
None | 2 min ago
None | 2 min ago
None | 2 min ago
None | 3 min ago
AutoIt | 3 min ago
None | 3 min ago
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By charlvn on the 28th of Oct 2008 12:19:09 AM Download | Raw | Embed | Report
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3.  <head>
  4.   <title>Google Contacts</title>
  5.   <link rel="stylesheet" type="text/css" href="style.css">
  6.  </head>
  7.  <body>
  8.   <table>
  9.    <caption>Contacts</caption>
  10.    <thead>
  11.     <tr>
  12.      <th>Name</th>
  13.      <th>Email</th>
  14.     </tr>
  15.    </thead>
  16.    <tbody>
  17. <?php foreach ($contacts as $contact): ?>
  18.     <tr>
  19.      <td><?php echo $contact['name']; ?></td>
  20.      <td><?php echo $contact['email']; ?></td>
  21.     </tr>
  22. <?php endforeach; ?>
  23.    </tbody>
  24.   </table>
  25.  </body>
  26. </html>
Submit a correction or amendment below. [ previous version ] | [ difference ] | Make A New Post
To highlight particular lines, prefix each line with @@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: