Welcome Guest, Not a member yet? Register   Sign In
Get the value from DropDown list [RESOLVED]
#5

(This post was last modified: 12-03-2016, 02:02 PM by Fraps900.)

Ok guys maybe this way. Can you help me to get/save/remember <?=$milestone->id;?>, and post this to another id?
I have these numbers here
Code:
<?=$milestone->id;?>
in
Code:
<div class="row tab-pane fade" role="tabpanel" id="milestones-tab">

I have to save this in memory Smile and transfer to this:
Code:
div class="row tab-pane fade" role="tabpanel" id="burndown-tab">


i could get this by:
Code:
            <?php if(isset($milestone)){  ?>
  <input id="id" type="text" name="id" value="<?php echo $milestone->id; ?>" />
<?php } ?>

But How to send it?
Reply


Messages In This Thread
RE: Get the value from DropDown list - by Fraps900 - 12-03-2016, 01:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB