Headers

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
robcarr2
Forum Newbie
Posts: 2
Joined: Sat May 15, 2004 4:08 am

Headers

Post by robcarr2 »

can anyone write me a code that will allow my page to send multiple headers? my friend had wrote me one and ive lost it.
User avatar
launchcode
Forum Contributor
Posts: 401
Joined: Tue May 11, 2004 7:32 pm
Location: UK
Contact:

Post by launchcode »

Multiple-headers? Could you explain a little bit more please. A web page can only ever have 1 header - that's it, it is impossible to *output* more than 1. A little more explanation needed I think...
ghost007
Forum Commoner
Posts: 49
Joined: Sat Nov 22, 2003 10:10 am

Post by ghost007 »

maybe you mean to redirect even when headers are already sent?
robcarr2
Forum Newbie
Posts: 2
Joined: Sat May 15, 2004 4:08 am

Post by robcarr2 »

its ok, i have found out what it is i wanted to know :D
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

launchcode wrote:Multiple-headers? Could you explain a little bit more please. A web page can only ever have 1 header - that's it, it is impossible to *output* more than 1. A little more explanation needed I think...
http://us4.php.net/header
Post Reply