How can I display search term on HTML page? PHP?
I have a HTML landing page on which I would like to display the search term used to arrive at that page. My traffic is 99% PPC, so I can put the keyword in a banner id if necessary.
How can I display the search term on my landing page? I’ve heard PHP is the way to go, but I need more info.














Kheme
obviously dude… you need to learn PHP!
thebest b
daaah
going123sold
First you would have your search form:
Now you would have your results.php page which would look something like this:
You searched for: < ?php echo $_GET["text1"]; ?>