79685490

Date: 2025-07-01 03:37:18
Score: 1.5
Natty:
Report link

If you are using PHP this will help you :

<html><body><center><form method='POST' id='top'>

<input type='text' name='search_word'>

<input type='submit' name='submit' value='search'>

</form>

<?php if(isset($_POST['submit'])){ ?>

<input type='button' value='Clear' onclick="window.location.href=''">

<?php $search_word=$_POST['search_word'];

echo"<script>document.getElementById('top').style.display='none';</script><div id='search_div'>

<iframe src='https://www.google.com/search?igu=1&ei=&q=$search_word' frameborder='0' width='90%' height='90%' allowfullscreen></iframe></div> "; } ?>

</body></html>

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Faiz Ur Rehman