Search found 1 match
- Sat Jan 08, 2005 11:06 am
- Forum: PHP - Code
- Topic: Blobbing PDF with conditions
- Replies: 2
- Views: 657
Blobbing PDF with conditions
I have a database schema like so, DATE - a date formatted by date('Ymd') TITLE - The name of the PDF file - a blob for the PDF I run a group, and I would like to provide the lessons on my site. I can only post 1 lesson, so I need a way to check that it was the latest lesson. What I have done is have...