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 create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...