Welcome Guest, Not a member yet? Register   Sign In
Generating PDF file
#5

[eluser]ninjayan[/eluser]
Hello. Thank you for the response. The data I want to print comes from database with only one column named 'linked_document' and is in array format. It returns only 1 record which should be 2.

[code]
foreach ($attachments as $row)
{
$attachment = $row->linked_document;
}
</code]


Messages In This Thread
Generating PDF file - by El Forum - 06-09-2013, 12:39 AM
Generating PDF file - by El Forum - 06-09-2013, 09:42 PM
Generating PDF file - by El Forum - 06-10-2013, 12:47 AM
Generating PDF file - by El Forum - 06-10-2013, 04:12 AM
Generating PDF file - by El Forum - 06-10-2013, 08:46 PM
Generating PDF file - by El Forum - 06-10-2013, 08:56 PM
Generating PDF file - by El Forum - 06-10-2013, 09:23 PM
Generating PDF file - by El Forum - 06-10-2013, 11:45 PM
Generating PDF file - by El Forum - 06-11-2013, 12:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB