欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

php header

shiping1 的头像

<?php
header('Content-Type: text/html; charset=UTF-8');
header('Content-Type: image/jpeg; charset=UTF-8');
header('Content-Type: image/jpg; charset=UTF-8');

header('LOCATION:./index.php');
//或者,如下 也可以
header('LOCATION:  ./list.php');


 header("Content-Type: image/bmp");
 
  header("Content-Type: image/jpeg");
?>

普通分类: