
May 21st, 2000, 09:11 PM
|
|
Contributing User
|
|
Join Date: May 2000
Posts: 65
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
Hi, i am trying to put an header function into html, but it doesn't work. Am I put the function wrong or what? Below is my script...it that ok??
<? header("Cache-Control: no-cache, must-revalidate");?>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
|