![]() |
|
[PHP] Google Search For Your Site - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: PHP (https://sinister.li/Forum-PHP) +--- Thread: [PHP] Google Search For Your Site (/Thread-PHP-Google-Search-For-Your-Site) |
[PHP] Google Search For Your Site - Mediocrity_mybb_import6293 - 11-16-2011 This is a code of which i have used many times in my site to be honest ,The best and most acurate source code
you could possibly use is google search most reliable, Code: <form method="get" action="http://www.google.com/search">
<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text" name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox" name="sitesearch"
value="YOUR WEBSITE URL GOES HERE" checked /> only search My Url<br />
<br/>This Google Script Was Coded By Peggy At www.Hackcommunity.com
</td></tr></table>
</div>
</form>The Above code is a Very easy and very basic google search of which you may add to your site you DO have to change two things 1). Change the value of the site search to your url (where i put `YOUR WEBSITE URL GOES HERE`) 2). also in my google search codes i like to give the searchers a option of searching only your website or going out of the site to find information about the search on different sites. So where i put `only search My Url` You should really change the My Url To your real website address Also the code above will open the google search on the searchers current window therfore if you would like the searchers to open a new tab upon the search then replace the top line with this code Code: <form method="get" action="http://www.google.com/search" target="_blank">Thanks I hope you use this search scripts as it is the best ![]() you could most prob find it on google but only takes a few mins to write so i did for you guys ![]() RE: [PHP] Google Search For Your Site - Mediocrity_mybb_import6293 - 04-27-2012 BUMP Was just wondering if any one used this . ? RE: [PHP] Google Search For Your Site - The Alchemist - 04-27-2012 This will be useful for lots of people here.. RE: [PHP] Google Search For Your Site - HrDe - 04-27-2012 this thread looking g8t like ur all old thread. ur work always helpful on HC and u also a knowledgeable person of HEAT!!!!!!! RE: [PHP] Google Search For Your Site - Mediocrity_mybb_import6293 - 04-27-2012 (04-27-2012, 03:50 PM)The Alchemist Wrote: This will be useful for lots of people here..Yes i know . (04-27-2012, 04:15 PM)HrDe Wrote: this thread looking g8t like ur all old thread. ur work always helpful on HC and u also a knowledgeable person of HEAT!!!!!!! Thank You pal Means Alot . |