Fetches a list of page IDs for the children of a given parent page.
function GetChildList($ParentPageID, $UserID)
If children are found, the function returns an array of integers representing the ID numbers of the parent page's children. On failure it returns NULL.