Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

EbrahemSamer's avatar

How to know whick page user came from when viewing product ( PHP ) ?

I've an ecommerce website and I wanna track whick page the users use to view products.......

when user view or purchase a product i wanna know which page he came from ex: related products, hot products or home page....

Is there another soultion other than storing cookies in user device ?...

thanks.

0 likes
3 replies
bugsysha's avatar

Have you tried $_SERVER['HTTP_REFERER']?

bugsysha's avatar

It can be, actually almost everything can be manipulated. Point is don't use it for anything sensitive. Use it to have insight into where the user came from.

Please or to participate in this conversation.