I think so. Let me double check something here. Let's keep it simple. Let's say I have an image split into two parts. Both would be linking to the same page, we'll call it page1.php So what you're saying is in part 1, add something like "page1.php?var=1" and in part 2, I would add "page1.php?var=2" Am I following this properly? If so, that's pretty slick. Never even considered that solution. Lemme know if I'm on the right track here. Another quick question. Instead of sending it to the database, could I store it in a session variable?
BTW - I wasn't as concerned about the SQL part.
*EDIT - Looks like I can pretty much handle the sessions part of it, assuming the value of var is stored in the PHP variable $var.