referring URL question
-
Hi,
I need to capture a referring URL and keep it for reference later.
I’m new to programming.
I know I can capture the referring URL with
$orig_post_url = wp_get_referer();The particular PHP page is a product page and updates when someone adds an option to their cart…a message indicates that the item has been added upon updating. However the referring URL then is that page. I need the original url to NOT be overwritten.
How can I accommodate that?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘referring URL question’ is closed to new replies.