hi
we have a shopping cart and we sell products.
some users some time complain that they cant place order . but we dont see any problem on the site.
so we decided to track and store all the pages they visit for individuals users
example, when they will come to website
index.php ->from here where they go .. every pages they visit , will store all in mysql database so that we can track where they are having problem.
can any one give me some idea how to tackle this ?
how you getting value from "thispageaddress," ??
i am using session .