elwoodblues
New Member
My question is that how to pass query string variables on same page without refreshing the page in php? My code is given below:\[code\]<a href="http://stackoverflow.com/questions/14081482/?id=1&pid=2"><img src="http://stackoverflow.com/questions/14081482/a.jpg"></a><?php$a = $_GET['id'];$b = $_GET['pid'];?>\[/code\]Please help me to resolve this issue