Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2. if($_GET["p"]="WebHosting")webhosting();
  3. else
  4. if($_GET["p"]="VPSHosting")vpshosting();
  5. else
  6. if($_GET["p"]="ResellerHostinge")reseller();
  7.  
  8. function webhosting () {
  9.     echo 'TEST WEBHOSTING';
  10. }
  11. function vpshosting () {
  12.     echo 'TEST VPSHOSTIGN';
  13. }
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement