PHP making a proxy to load another page?

Captain Obvious

New member
im trying to use the google TTS API but its blocking me, i need to proxy the google url from my site.

so lets say the google url is google.com?q=bananas

I need to call mywebsite.com/proxy.php?q=bananas

and get it to return the same thing, idk what php code to use though
 
Back
Top