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>.
- <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.
- <div>
- <?echo "input type= 'number' class='tests_' id ='name_row' name ='name_row' value = '$my_ result'?>
- </div>
4. Transfer complited div to boxing dialog. HOW????