Re: FN-FORUM: PHP, MySQL and Arrays
date posted 25th January 2006 15:06
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...
>
>Any other ideas?
>
>
>
I'm not sure I see the problem, why are you not using a lookup table?
Rather than
ClientTable