RE: [PHP] DB / Tables Question

2003-12-04 Thread Robert Sossomon
Personally, as a design practice I would make the 2 tables in their own separate database. This would allow it to port anywhere, even a new server you bring online and shift everything to. I have been working on a catalog/quote system for our salesmen to use and have given it to a sister corporat

Re: [PHP] DB / Tables Question

2003-12-04 Thread Richard Davey
Hello Pushpinder, Thursday, December 4, 2003, 4:38:13 PM, you wrote: PSG> I want to be able to create a similar CRM package for other clients. My PSG> question is should I create a separate DB for each client. PSG> or is it a better design practice to create 2 tables (Admin and PSG> Contacts) p

[PHP] DB / Tables Question

2003-12-04 Thread Pushpinder Singh Garcha
Hello everyone, I have created a PHP and MySQL powered, web-based CRM package for our office. It simply takes care of our telephone marketing strategy. I need to provide this CRM package to our other clients as well. The CRM package makes use of 2 tables i.e. 'Admin' and 'Contacts' . Th