<a href="userrequest.php?id=15">
i want to send the datas are id=15&name=svt in same url.Thanks in Advance
Just do what yourself said:
<a href="userrequest.php?id=15&name=svt">
Edit #1:
as @Rob said, it is standard to use &
instead of &
. Then use:
<a href="userrequest.php?id=15&name=svt">