Hi,
I want to submit the form when click on url without page refresh.
I create url by using some mysql DB values
url like:-
index.php?pid=2&mid=25
index.php?pid=4&mid=34
when click on url
pass the values to another variables But with out page reload.
How to do this?
Any sample link?