<?php $resultado = $mysqli->query($consulta); $fila = $resultado->fetch_assoc(); ?> <style> body { background-image: url("<?php echo $fila['ruta']; ?>"); } </style>