|
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.
|