Converstion of .php file to pdf

 How to convert a .php file which as little html part in it,into pdf..i have that  mpdf45 conversion file......i want the o/p as a pdf file....because wen i tried only .html file to convert into a pdf  i got the o/p as pdf file..but when i tried with .php file having little html part written in it..then i get only the html frontend part ..but i am fetching the name's and all from database using <?php echo $name; ?>...this name is not been displayed in that pdf file.......