Customer Database/Portal

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bpp0417
Forum Newbie
Posts: 2
Joined: Tue Jul 18, 2006 6:49 pm

Customer Database/Portal

Post by bpp0417 »

Hi All,
I'm trying to get/find/buy a customer database/portal. The idea is that the customer subscribes (for a monthly fee) to the site. Once subscribed, the customer can login and use the site to store product information. By inputting the cost an measurements for all the supplies for each product, the site could also calculate the customer's actual cost for each product.
So, basically, each customer would access their own product information once they log in. They enter the ingredients/supplies (database of suppliers?) for each product and the cost for each. The site would compute the customer cost to create the individual product. The product would be stored and could be changed as necessary.

Does anyone know of a script/module or software package that exists? Or is this something I would need to contract for? I would just need a shell, I am somewhat familiar with PHP, and could learn it. But creating customer specific content and data access is slightly beyond me at this point .

Any help or guidance would be greatly appreciated.

Thanks
bpp0417
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

that sounds like a relatively unique application and my bet is it's not already one...but you might try hotscripts.com.

otherwise you'll have to roll your own or pay someone to do it for you.
bpp0417
Forum Newbie
Posts: 2
Joined: Tue Jul 18, 2006 6:49 pm

Post by bpp0417 »

That's what I thought. I took a look at all the script sites and haven;t seen anything like it yet.
Post Reply