Salut a tous,
j'ai inseré une page de recherche, en utilisant l'URL suivant :
http://membres.lycos.fr/docto/docte/fr/
teste2.php?fawk=yes1&yamin=yes1&moulhak1=yes1&recherche=
google&q=constantine
Qui contient le code suivant :
<?php
if(isset($_GET['recherche']))
{
switch($_GET['recherche'])
{
case 'vulgarisation':
include 'http://vulgarisation-informatique.com/recherche.php';
break;
case 'google':
include 'http://www.google.fr/search';
break;
}
}
?>
Je ne parvient pas a envoyer la variable "q" avec l'adresse http://www.google.fr/search
Merci
