|
Hi,
I'm a php newbie and hope to get some answers to this question of mine. Please bear with me if I'm slow. XD
So, I have this site with an iframe on it. The iframe is set to:
example.com/test.php?id=1
I want to add some php that will change to
"id=1"
to a
"id=2",
to a 3, and so on, counting up once a link once a link outside of the iframe is pressed. Is PHP the right language to do this, or would it be javascript? I'm unfamiliar with both languages.
Thanks.
Last edited by chrishirst; 12-22-2010 at 02:42 PM..
|