Use a cookie to iterate between visits with PHP.
Here's a small code snippet that I use to increment a value between visits using a PHP cookie. I use it, for example, when I have 3 different images that could go on a page, and I want to serve up the next one in the sequence on subsequent visits to the page. I just use the "$num" where appropriate. You can edit the '2' in line 14 to change the wrap around value to suit your needs. Happy... + read on







