Advertisement
Guest User

test.php

a guest
Apr 17th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1.                 if($package <= 25) {
  2.                     for($i=0; $i<$package; $i++) {
  3.                         print("<input type='text' name='domains[]' class='form-control' placeholder='mydomain.com'> <br />");
  4.                     }
  5.                 } else {
  6.                     header('Location: /index.php');
  7.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement