<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php
header("Content-type: image/png");
?>
</body>
</html>
Here are all the code.
I tried to use different header.
But there's always an error message.
The GD support is enabled into the server.
Warning: Cannot add header information - headers already sent by (output started at /home/zacom/public_html/CV/index.php:8) in /home/zacom/public_html/CV/index.php on line 9
Alain Lortie