I need to call the following parameters on a string
control_lbsresulted.php?lat=-25.74546&long=28.11222&dist=300&msisdn=0831231234
I have this string currently
<a href="control_lbsresulted.php?msisdn=<? echo $rows['msisdn']; ?>" class="update">Look Up</a>
I can only seem to get the above to draw the MSISDN for me, do i need to add semi-colon with spacing to get the other as required as such:
<a href="control_lbsresulted.php?msisdn=<? echo $rows['msisdn']; ?> , dist=<? echo $rows['dist']; ?>" class="update">Look Up</a>
&but you put ` , `. Why? link is just text, so you need to write what you see.