Show dialog

Show dialog

I have href with id .  I want to bring up a dialog box by first performing a series of procedures with the received id and creating my <div></div>. 

  1. <a class="coupon_link" id = ''$my_test" href="#">Click here to get coupon</a>

1. Need to get id and have id perfom procedures. HOW get id ? 
 
PDO ...

3. The resulting PDO procedures result is passed to the my div. 

  1. <div>
  2. <?echo "input type= 'number' class='tests_' id ='name_row' name ='name_row' value = '$my_ result'?>

  3. </div>

4. Transfer complited div to boxing dialog. HOW????