All the GET variables are put into a superglobal array: $_GET . You can access the value of 'page' with $_GET['page'] .
確定! 回上一頁