My php script creates PDF on fly, the data comes from mysql db table it works fine till 30 records but more than that it says
I am dompdf from http://code.google.com/p/
use the following on the top of your page:
ini_set('max_execution_time', 3000); ini_set('memory_limit','16M');
This setting is valid for your current script only.