Hello, is there some sort of php function that will switch back and forth between different echos or similar on every next page load?
For instance if there was
echo $this;
and echo $that;
that the php would switch from one to the other on every next page load?
Or functions
this();
that(); switch between functions every other time?
Please let me know if php has anything like this, thanks a lot.