Forum Moderators: coopster

Message Too Old, No Replies

Query Sting Code

Newbie seeks advice

         

coreydavid

6:28 pm on Jun 3, 2007 (gmt 0)

10+ Year Member



Hi Everyone,

I'm not a php coder at all so I could use some adivce!

I'm looking for a line of code to carry a query string across multiple pages. In other words, as the user goes from page B to C to D, the query string follows them.

I'd appreciate any advice.

Thanks!

barns101

7:37 pm on Jun 3, 2007 (gmt 0)

10+ Year Member



You could either append the variable to your links, or better still, set a cookie [php.net] or use sessions [php.net].