14 August 2019

How to redirect in php after resubmittion with button?

redirect in php


<html>
<body>
<a href="<?php echo site_url(); ?>/test/"><button>click me</button></a>

</body>
</html>





or







echo '<script LANGUAGE="JavaScript">window.location.href="'.site_url().'/customer-list";</script>';

No comments:

Post a Comment

How to add re-captcha v3 on all Elementor forms using coding?

 Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){     ?> <script src="https://www...