Is it Possible to call php page under Javascript function? I have an javascript function and I want to call php page if someone press okk
Here is my code so far
Place this where you want your redirect to happen:
location.href = "newpage.php";