4 lines
78 B
PHP
4 lines
78 B
PHP
<?php
|
|
echo "page:".$page."<br />";
|
|
echo "section:".$section."<br />";
|
|
?>
|