SagePourpre Posted August 18, 2008 Posted August 18, 2008 (edited) Hi. I created a little search bar to search on most site and I wanted to addthe 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 inputbarBut 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 August 18, 2008 by SagePourpre
PsaltyDS Posted August 18, 2008 Posted August 18, 2008 (edited) 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 August 18, 2008 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
Joscpe Posted August 18, 2008 Posted August 18, 2008 You can't use that on this forum, it stores your search term in a session and uses the session ID to search with. Best use google search like in the above post. -Joscpe
SagePourpre Posted August 18, 2008 Author Posted August 18, 2008 oh... Thank you. That'll do the trick
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now