To access URL variables, you use the $_GET superglobal array. ... //changes begin here $navigationIsClicked = isset($_GET['page']); if ($navigationIsClicked ) ...
確定! 回上一頁