Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/05/2011, 02:04
Avatar de AndresTorres
AndresTorres
 
Fecha de Ingreso: abril-2011
Ubicación: Capital Federal, ARG
Mensajes: 49
Antigüedad: 13 años, 8 meses
Puntos: 13
Respuesta: problemas con codigo fuente google

Código PHP:
<?php

$q 
urlencode$_GET['q'] );

$url 'http://www.google.com/search?q=';

$html = @file_get_contents$url $q );

echo 
$html;