include("includes/conexion.php"); include("includes/inyeccion_sql.php"); $restaurantes = mysql_query("SELECT * FROM restaurantes ORDER BY RAND() LIMIT 2"); $datos_restaurante = mysql_fetch_array($restaurantes); $datos_restaurante2 = mysql_fetch_array($restaurantes); ?>
|
|