I guess you want to pass the page=2 on to the pics.php3?
If you call a php script using include() the code becomes part of the first script.
Thus, if you declare a variable $page in the first script, using include() makes $page available in the second script too.