query('select blogname,blogtitle from blog'); $info=$query->fetch_array(); ?> <?php echo $info['blogtitle'];?>