Código:
todo funciona bien, salgo lo antes mensionado base_url() tengo que inicializar alguna clase? si es asi cual? de ante mano gracias <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Bienvenidos a blog and web!</title> <link rel="stylesheet" href="<?= base_url() ?>css/base.css" type="text/css"/> </head><body> <h1>Buenas <?php echo $usuario; ?>, Bienvenidos a blog and web!</h1> <p><?php echo $mensaje; echo $vay; ?></p> </body> </html>