I have a website where I want to provide an option for users, if they click on a table\'s rows, they get regirected to another page (based on the contect of the table row).
You cannot redirect with PHP, however you can easily redirect with the response of your ajax call.
refer to: window.location.replace(...)
window.location.replace(...)