Código PHP:
echo "<a href=juegos.php?fecha_carrera=$fecha_carrera&hipodromo=$hipodromo>$hipodromo, $fecha_carrera</a>";
Código PHP:
$fecha_carrera = (isset($_GET['fecha_carrera'])) ? $_GET['fecha_carrera'] : false;
$hipodromo = (isset($_GET['hipodromo'])) ? $_GET['hipodromo'] : false;
Código PHP:
echo "<a href=juegos.php?fecha_carrera=$fecha_carrera&hipodromo=urlenconde($hipodromo)>$hipodromo, $fecha_carrera</a>";
Por favor me pueden ayudar a entender como lo hag9o.
Gracias