04-21-2008, 02:56 AM
|
#9 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Cookies can only be created before the end of the headers. The headers end right before content is outputted or you end the HTML <head> tag.
Quote:
Originally Posted by webtuto
but the html code MUST be before the php
so i can mix design and php
|
Wrong. The PHP engine parses both HTML and PHP, you can mix PHP in with your HTML as much as you want.
|
|
|
|