Jump to content

Google search vith keywords recording


IceDragon

Recommended Posts

<form action="googleit.php" method="post" ..

<input type="text" name="keyword" ...

 

googleit.php

// assuming $_GET was filtered and validated

$keyword = $_GET['keyword'];

// write to db

...

// refer to google search

header("Location: http://www.google.com/search?q=" . $keyword);

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.