php - how to get multiple values from multiple href -


hello using bootstrap , code dont work dont know whats different echo butmy code this

<a class="btn btn-danger" href="update_appointment.php<?php echo '?f=' . $txn_id . 'id=' . $f . 'l=' . $l .'m=' . $m .'mn=' . $mn .'ptn=' . $ptn .'sn=' . $sn .'bi=' . $bi .'ui=' . $ui .'a=' . $a .'d=' . $d .'cn=' . $cn; ?>" ><i class="icon-check"></i>&nbsp;yes</a> 

if enter button echo, button doesnt show? please me


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -