PHP - en iyi şekilde bir sayfa ileri!

1 Cevap php

Possible Duplicate: How to make a redirect in PHP?


Hi! How do i forward a page on the best way? Should I use the header-funct. or should i use HTML (meta-tags) to refresh? I hope some experts could give me some advice at this point. Thanks!

Bazı sorunu olabilir eğer BTW, yönlendirme, bir if ifadesinin içinde yapılır?

1 Cevap

Eğer bir URL'ye yönlendirmek istiyorsanız, header function to send a Location HTTP başlığını kullanabilirsiniz:

header('Location: http://www.example.com/new-url.php');
die;

(In theory, you should use an absolute URL that includes the domain name -- but most browsers accept a non-absolute URL)

Eğer komut istediğiniz her yerde elbette, hatta bir if-blok içinde, bu kullanabilirsiniz.

Eğer bir HTTP-başlığı ayarı olarak tek şey, şudur: (not even a white space at the end of an included file) önce çıkışı her türlü gönderdiğiniz olmamalıdır.