Guest User

Untitled

a guest
Feb 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <input type="text" name="pname" id="pname" value="preset-value"/>
  2. <input type="submit" value="submit"></input>
  3.  
  4. $loadhtml = '<form action="report" method="POST" class="container" target="_blank" id="bodymain">'
  5. $loadhtml .= file_get_contents($filename);
  6. $loadhtml .='</form>';
  7. return $loadhtml;
Add Comment
Please, Sign In to add comment