I ifuturzcom macrumors newbie Original poster May 13, 2012 3 0 May 20, 2012 #1 what is Header() function in PHP and For what is this function used in PHP language?
K knightlie macrumors 6502a Feb 18, 2008 546 0 May 20, 2012 #2 It lets you send a raw HTTP header rather than have one generated automatically. It's how you can send a redirect to a different URL, for example. http://php.net/manual/en/function.header.php
It lets you send a raw HTTP header rather than have one generated automatically. It's how you can send a redirect to a different URL, for example. http://php.net/manual/en/function.header.php