Guest User

Untitled

a guest
Jul 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. function typeroom_payment(&$page, $params = array()) {
  4.  
  5. return "test";
  6.  
  7. // $name = $_GET['name'];
  8. // $pjt = $_GET['pjt'];
  9. // $price = $_GET['price'];
  10. //
  11. // $html = "<p>Customer Name: $name</p><p>Service: $pjt</p><br /><p>Price: $price</p>";
  12. //
  13. // return $html;
  14. }
  15. ?>
Add Comment
Please, Sign In to add comment