![]() | | ||||||||
| | #1 |
| DomainProfitsClub.com War Room Member Join Date: Feb 2007 Location: Oswego, NY USA
Posts: 2,987
Blog Entries: 1 Thanks: 946
Thanked 1,639 Times in 652 Posts
|
What is the best way to display specific cookie data on a web page? For example, I want to display an affiliate's ID# that was stored as a cookie. Here's a sample URL (not a real site): http://thewebsiteexample.com/members/?member=1234 ======================================= The Cookie is stored with this data: ======================================= Name: aff Content: 1234 Domain: .thewebsiteexample.com Path: /members/ Send for: Any type of connection Expires: Wednesday, December 02, 2009, 8:01:19 AM ======================================= On the web page, I simply want to display the '1234' or whatever the affiliate number happens to be. Thanks! |
| | |
| | |
| | #2 |
| HyperActive Warrior War Room Member Join Date: May 2007 Location: Orlando,FL , USA.
Posts: 99
Thanks: 3
Thanked 8 Times in 8 Posts
|
In php use the cookie variable. PHP Code: |
| | |
| | |
| | #4 |
| DomainProfitsClub.com War Room Member Join Date: Feb 2007 Location: Oswego, NY USA
Posts: 2,987
Blog Entries: 1 Thanks: 946
Thanked 1,639 Times in 652 Posts
|
That works, but ONLY if the web page is in the directory shown in the "path" mentioned in the cookie (in this case, "Path: /members/"). I want to be able to display the cookie data on a page that is not in the path mentioned. So even though the cookie was set at http://thewebsiteexample.com/members/?member=1234 I'd like to include the cookie data on a page like... http://thewebsiteexample.com/software/page1.php Is there an easy solution? Thanks! |
| | |
| | |
| | #5 |
| Senior Warrior Member War Room Member Join Date: Apr 2006 Location: Tucson, AZ, USA.
Posts: 1,025
Thanks: 120
Thanked 158 Times in 115 Posts
|
Gene, I believe you have to make sure that when the cookie is stored it includes Path: / rather than Path: /members/ That will mean it's active over the entire range of the domain. HTH. Steve |
| Executive I.T. consulting for small/medium business Website development | PHP - MySQL - JavaScript expert programming Software requirements analysis | Specification writing Project management | Vendor relationship management | |
| | |
| | #6 |
| DomainProfitsClub.com War Room Member Join Date: Feb 2007 Location: Oswego, NY USA
Posts: 2,987
Blog Entries: 1 Thanks: 946
Thanked 1,639 Times in 652 Posts
|
That makes sense Steve, but I don't have control over the way the cookie is created. It's part of a membership script. Thanks.
|
| | |
| | |
![]() |
|
| Tags |
| cookie, data, displaying |
| Thread Tools | |
| |
![]() |