Advertisement
Jodyone

quote.php template

Apr 20th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <form action="quote.php" method="post">
  2.     <fieldset>
  3.         <div class="form-group">
  4.          <?php print("A share of " . $stock["name"]
  5.          ." ".$stock["symbol"]." costs $". $stock["price"]);?>
  6.         </div>
  7.  
  8.      </fieldset>
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement