View Single Post
  #2 (permalink)  
Old Mar 9th, 2008, 14:29
RohanShenoy RohanShenoy is offline
Reputable Member
Join Date: Nov 2007
Location: India
Posts: 150
Blog Entries: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: using meta http-equiv in php

Use output buffering so that you can redirect the visitor with header("Location: filename.php");.

have a look at http://in.php.net/ob_start . Also see the "See also" list on that page.

Last edited by RohanShenoy; Mar 9th, 2008 at 14:47.
Reply With Quote