PHP - Moved: How To Add Switch Javascript
This topic has been moved to JavaScript Help.
http://www.phpfreaks.com/forums/index.php?topic=331343.0 Similar TutorialsThis topic has been moved to CSS Help. http://www.phpfreaks.com/forums/index.php?topic=333585.0 Morning, I'm working on a web site using a switch to separate different calls from a MySQL database. My style looks like this: <?php switch ($_GET['page']) { case 'news': echo ("NEWS HERE"); } break; case 'schedule'; echo ("SCHEDULE HERE"); } break; default: echo ("MAIN PAGE HERE"); break; } What I am trying to do, is specify that if the page is news, there can be an additional variable for id. I attempted before and after the break; for the news case, to make a new switch, but it isn't taking. I've looked around online, but can't find any information about this. Can anyone offer a hand? This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=352475.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=306650.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=353367.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=347290.0 This topic has been moved to CSS Help. http://www.phpfreaks.com/forums/index.php?topic=356124.0 This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=355358.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=334294.0 This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=325315.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=309516.0 Amazingly, PHP Coding Help is not the place to ask JavaScript questions. Mind blown. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=332796.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=308032.0 This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=351506.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=316624.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=354118.0 This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=346692.0 This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=347585.0 This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=342898.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=313970.0 |