Does any know the easiest method of integrating a google add url submit box into my site?
I 've got the form to get the site address and comment box, and I know the url to send the data to, but how do I actually send it and how can I get the result from google and display it on my site?
The google add url page is at:
http://www.google.com/addurl.html
I have looked at some search engine submission scripts but all I could were far too advanced for what I need, with mysql databases and submission to 40 sites. I just need a simple form for google.
Search Submission Code
Moderator: General Moderators
My current code is:
but how can I display a response on my site instead of going to the google site?
Code: Select all
<form method=GET action="http://www.google.com/addurl">
<input type=hidden name=q value="http://www.test.com" size=40 maxlength=256>
<input type=submit value="Google" name="submit">
</form>