Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Here's some PHP code to handle page numbering (page breaks are no problem at all rendering html to pdf) :-

<?php

$pagenum = 1;

$pagenum++;

print("Page: $pagenum");

?>



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: