'How to pass parameters to another php page without leaving the page

<a href="index.php?page=absent&id='.base64_encode($result['id']).'&subject='.base64_encode($subject).'">Absent</a> I want send these parameters to absent.php page without refreshing



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source