if I have two links and I want to show both of them continuously back to back, then what should i use in php?
For Example:
First show link A then show link B then again show link A and again show link B. Show both of these links after each other.
When I click on page it show link A when I refresh page it shows link b and vice versa.
So my questions is, Is there any any php function or logic for this if yes then what is it?