Quote:
Originally posted by IncognitoNet
Just a suggestion, you might want to think about port in a pre-existing trouble ticket system (such as Help Center Live) with the billing system you're planning to code. Building the two from scratch and then integrating them seamlessly is a huge undertaking.
|
I totally agree with yuo , it takes allot of time, and sometimes its the best to purchase a license
altho i have build my own billing system ( and still am developing it )
it takes allot of time , but if you want that your customers have a special ID , try
Quote:
CREATE TABLE `tablename` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT ,
PRIMARY KEY ( `id` )
);
|
in phpmyadmin , if you are creating a customer DB
ID - INT - 10 - AUTO_INCREMENT
everytime a client registers it will get a number starting from 1 to 9999999999
10 - 9's
if you ever need help with php , i am right here
Xlusive