Hello,
Thanks for your help in advance.
When some users use the Back button coded below the previous screen doesn't present the data it had when they went to it.
Typically it's a list of classes assigned to that instructor.
For this specific user it happens every time.
But many if not most it functions correctly.
Does anyone see anything wrong with the code? Or is there anything I can add to ensure it goes back correctly.
Please forgive, I am new to PHP and this is inherited code from a much more experienced coder.
<input type='button' value=' Back ' onclick='document.location.href="index.php?<?=($session["admin"]?($_REQUEST["my_courses"]?"my_courses=1":"admin_view=1&term=".$term):"")?>"' />