Advertisement
esposimi

single_family_home.php

Mar 23rd, 2011
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Single Family Home</title>
  6. </head>
  7.  
  8. <body>
  9.  
  10. <?php
  11.     $SingleFamilyHome = 399500;
  12.     $SingleFamilyHome_Display = number_format($SingleFamilyHome, 2);
  13.     echo "<p>The current median price of a single family
  14.     home in Pleasanton, CA is
  15.     $$SingleFamilyHome_Display.</p>";
  16. ?>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement