Jump to content

[R] how to perform a search using url in here...


Recommended Posts

Hi. I created a little search bar to search on most site and I wanted to add

the autoit community but i'm facing this problem.

Since the url is in php, where am I supposed to put my keywords on this url ?

http://www.autoitscript.com/forum/index.php?

Ex : For google, that's www.google.com/search?q=###

### = the keyword I entered in my inputbar

But how am I doing this with this site since it's in php.

Normally, i'm figuring it out but i'm clueless for this one.

Edited by SagePourpre
Link to comment
Share on other sites

Hi. I created a little search bar to search on most site and I wanted to add

the autoit community but i'm facing this problem.

Since the url is in php, where am I supposed to put my keywords on this url ?

http://www.autoitscript.com/forum/index.php?

Ex : For google, that's www.google.com/search?q=###

### = the keyword I entered in my inputbar

But how am I doing this with this site since it's in php.

Normally, i'm figuring it out but i'm clueless for this one.

I don't think the PHP is relevant. To find "query string" would just be:
http://www.google.com/search?q=query+string+site%3Awww.autoitscript.com%2Fforum

;)

Edited by PsaltyDS
Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...