Re: FN-FORUM: PHP, MySQL and Arrays
date posted 25th January 2006 15:27
On Wed, 25 Jan 2006, D D Glendinning wrote:
> If there could only be one PDF per client, I could store it in a field
> in the Clients Table, but its a one to many between client and PDFs,
> so only way I can think of doing it is by doing str_replace() and
> adding or removing the ID of the client to the list...
Client table
PDF table
PDF_Client table