On 17 Jun 2012, at 09:06, Farzan Dalaee wrote:

> is there any way to reload page without using header('location :index.php'); 
> and javascript?

When you say "reload page" do you mean redirect to another page or refresh the 
current page?

You can reload or redirect a page using a meta tag in your HTTP head block -- 
http://en.wikipedia.org/wiki/Meta_refresh -- but if you're wanting to redirect 
the user to another page you really should use an HTTP header.

-Stuart

-- 
Stuart Dallas
3ft9 Ltd
http://3ft9.com/

Reply via email to