I have a php page, first.php and I want to open the page with passing some arguments from a javascript function. Could you please help me, thanks.
function() {
It's simpler than you'd think.
window.location = 'http://localhost/first.php?q=' + checkB + '&p=' + tableName;