FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Customer Tracking Application

 


Possum
Hi

As I am getting a few customer for websites now, I would like to keep track of them.

Is there a web application that will help me do this..


cheers Possum..
rvec
you have to add some code to every page. Something like
Code:
session_start();
$_SESSION['location'] = $_SERVER['PHP_SELF'];


Then the location of the user is stored in the session.
Possum
Hi

Sorry I meant bill tracking. Payment and stuff like that..

Cheers Possum
rvec
you mean if they buy something put it in the database so ou know who bought what?

You'd have to make a new table and add all the info you can get to it every time a user buys something. Probably just add it to one of the functions triggered when someone buys something.
Kelcey
I'm under the same impression as the user above me. You'll have to do it manually in your own table and track it when transactions take place.
Reply to topic    Frihost Forum Index -> Scripting -> Website Software

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.