Código HTML:
<!DOCTYPE HTML> <html lang="es"> <head> <title>ZONAJUEGOS</title> <meta charset=utf-8> <link rel='stylesheet' href='resources/index.css'> </head> <body> <?php include_once "background.php"; ?> <br> <ul class="menu"> <li><a href="index?plat=pc">PC</a></li> <li><a href="index?plat=ps4">PS4</a></li> <li><a href="index?plat=xone">XBox One</a></li> <li><a href="juegos.php">Juegos</a></li> <li><a href="panel_usuario.php" >Panel de Usuario</a></li> <li><form method="get" action="juegos.php" name="buscajuegos" style="border-right: none"> <input type="text" value="" name="busqueda" id="formbusq" /> <input type="submit" name="buscarjuegos" value="Buscar" id="busq"/> </form> </li> </ul> </body> </html>