i need to parse google results and display in my site using a php parser how can i do that. i also need to change the font colour and size and provide it to the end user without adsense code means adsense for search code
Why not use the google api? It sends results in xml format and you can completely customise the output.
can it be done with a php or XML parser can you explain this http://code.google.com/gsa_apis/xml_reference.html and does the API have any limits like 1000 queries per day is there a risk of getting banned from google if i grap results from google via some scripts
If you use a script to make automated queries to google without using the API then you are breaking the TOS and risk a ban. The API is perfect for something like this and there are scripts written for you to do it. http://www.dankarran.com/googleapi-phpsitesearch/