Senior Lotus Notes Developer w/ LAMP
AMS Staffing Solutions
US-DC-Washington

Justtechjobs.com Post A Job | Post A Resume

Mass Customization
Isn't it great to go to a web site and it appears as though it was designed just for you. This article will help you design a web site which makes visitors feel like it was designed just for them.
First, lets scope out the project. You will need a mysql database, a table to store the visitor's information, and php3 or php4 (I will explain how to use features of both). This application will gather information about a visitor so the experience will become more and more tailored to the visitor over time. For the sake of this article, we will limit the information collected to that of the visitor's state. This application is flexible enough that you can collect any information you like. First, lets create the MySQL table (we will assume that you have already created a database named leads):
create table leads(
sid char(32) NOT NULL,
state char(2));
For the rest of the article, we will assume that the database and the data table are named leads, and that the cookie identifying the visitor is named lead.
[ Next Page ]


Comments:
Searching for a script - for My SQLGayle12/01/04 11:16
Asking again for the class fileRichard09/15/02 19:18
terribly incorrectslapshot04/01/02 10:36
RE: Parse errorGrum06/29/01 00:27
RE: Where are the class files?John11/20/00 15:40
Parse errorJohn11/20/00 00:57
auctionsMaciek11/16/00 09:38
RE: Article's Usefullness and CorrectnessGuillaume "Guibod" Boddaert11/10/00 09:50
How about this for user customization? ;)Ironstorm11/08/00 16:11
Quallityjan janssen11/06/00 08:03
RE: Article's Usefullness and CorrectnessJking11/03/00 14:15
RE: Bit simpleJking11/03/00 14:09
RE: Php helpTim Frank11/02/00 13:58
Bit simpleMatt Berry11/02/00 13:42
Article's Usefullness and CorrectnessTom Anderson11/02/00 12:12
Php helpvikas 11/02/00 06:49
Where are the class files?Geoff A. Virgo11/02/00 00:54
 

If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly.

Add A Comment:

Name:

Email:

Subject:

Message:

To reduce spam posts, messages are now manually approved

You are not [logged in]. That means your account will not get credit for this post.