http://www.faqts.com/knowledge_base/...d/14388/fid/51
Quote:
quote from the amnual page for setcookie():
setcookie() defines a cookie to be sent along with the rest of the
header information. Cookies must be sent before any other headers are
sent (this is a restriction of cookies, not PHP). This requires you to
place calls to this function before any <html> or <head> tags.
|
HTML tags in the wrong place?