|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Article Discussion: Create Your Own Search Engine with PHP and Google Web Services
Create Your Own Search Engine with PHP and Google Web Services If you have any questions or comments about this article please post them here.
You can read the article here .
__________________
Kind Regards, John Rebbeck john@interspire.com ICQ# 74637937 |
|
#2
|
|||
|
|||
|
I copy example as wrote at article, but at first I forget to change key, I try again with my key and nothing work...
URL what I missed? |
|
#3
|
|||
|
|||
|
Can you post the code you're using? I tried accessing the link and it's returned a not found error...
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#4
|
|||
|
|||
|
Hi
Thank you for this useful article, but now, how can I make the more result pages ? page 1/pagae 2/page 3 etc... and how can i Limite the results per page ? thanks |
|
#5
|
|||
|
|||
|
doesn't work on iis 5
i'm using iis 5 on a win2k pro machine, with php 4.3.6 and NuSoap (and all its classes) on the include_path.
i copied the code verbatin from the article, but it doesn't return any results nor errors. is NuSoap the problem or iis or anything else? of course i changed the key to the one i got from google. |
|
#6
|
|||
|
|||
|
Hi
A very helpful article, The only problem I have is the 'filter' => true, parameter does not seem to filter out urls from the same website also you use $soapclient = new soapclient("http://api.google.com/search/beta2"); but I have seen $soapclient = new soapclient('http://api.google.com/GoogleSearch.wsdl', 'wsdl'); I was wondering what the difference was neither seem to give exactly the same results as a normal google search |
![]() |
| Viewing: Dev Articles Community Forums > Community > Development Tutorials > Article Discussion: Create Your Own Search Engine with PHP and Google Web Services |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|