![]() |
|
how to create chechkbox page - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: how to create chechkbox page (/Thread-how-to-create-chechkbox-page) |
how to create chechkbox page - hoxy - 12-28-2012 how to create a chechkbox page as 1337day.com My page is this www.poezi.eu.pn after questions chechkbox this is repeated again until when we click on "ok" again opens the same page ut we 1337day.com when we click ok open the page with all the tool-sat RE: how to create chechkbox page - H4X0RZ - 03-24-2013 (12-28-2012, 06:52 PM)hoxy Wrote: how to create a chechkbox page as 1337day.com Create a Form that redirects to itself in index.php When clicked on checked and ok then set $CheckedOver18 = true Default $CheckedOver18 = False then in the if condition check weather $CheckedOver18 = true then display By including home.php else include agecheck.php You can also use session variables RE: how to create chechkbox page - H4X0RZ - 03-24-2013 (12-28-2012, 06:52 PM)hoxy Wrote: how to create a chechkbox page as 1337day.com Create a Form that redirects to itself in index.php When clicked on checked and ok then set $CheckedOver18 = true Default $CheckedOver18 = False then in the if condition check weather $CheckedOver18 = true then display By including home.php else include agecheck.php You can also use session variables |