- Impact
- 0
Currently this is my header:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1;" />
<title>Zenstock</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="shortcut icon" href="images/icon.jpg" />
<link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8" />
It pretty common but i would like a line of code
<?php
header ("Content-type: image/png"); ?>
How do i add in?
I try by changing the content="image/png" but it does not work!
Any help will be appeciated.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1;" />
<title>Zenstock</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="shortcut icon" href="images/icon.jpg" />
<link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8" />
It pretty common but i would like a line of code
<?php
header ("Content-type: image/png"); ?>
How do i add in?
I try by changing the content="image/png" but it does not work!
Any help will be appeciated.









