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!
How can I make it so that if cookies are enabled it displays the HTML on the page, and if not it just displays a message like "Cookies must be enabled".
Attempt to set a cookie on an intermediate page. Using a page level redirect to move forward, check that the cookie exists and is correct on the following page.