Guest User

index.php

a guest
Mar 7th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. if (isset($_POST['submit'])) {
  4.     $searchField = $_POST['search'];
  5. }
  6.  
  7. include "main.html";
Advertisement
Add Comment
Please, Sign In to add comment