header("Content-Type: text/html; charset=UTF-8"); include 'admin/config.php'; include 'admin/functions.php'; $seller_err = array(); $chk = mysqli_query($link, "select `id`, `display_name`, `homepage_title`, `logo_url`, `navbar_logo` from `seller` where `username`='sweethome'") or die(mysqli_error($link)." at line ".__LINE__); $chkd = mysqli_fetch_array($chk); ?>