14 August 2019

How to send id to another page via href link in wordpress?


 Send id to another page via href link in table list






<div class="row">

<a   href="<?php echo site_url(); ?>/pagename/?ID=<?php echo $print->ID ;?>" class="link">

 <div class="col-2"><?php echo $print->person_name ;?></div>

    <div class="col-2"><?php echo $print->phone ;?></div>

    <div class="col-2"><?php echo $print->email ;?></div>

    <div class="col-2 "><?php echo $print->password ;?></div>
 
</a>
</div>



Get id on anther page with below variable






$id=$_REQUEST['ID'];

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...