I am trying to include a php document from a submitted page but I am getting a warning: Failed opening [my php page] for inclusion (include_path='.:/usr/local/lib/php').
that means that the file 'my php page' doesnt exist. replace that with something like mypage.php
try
include "page.php";