Hi guy
i don't know if the right place to ask but here the question.
I was looking at some code
this one
var pageNum = this.id;
$("#content").load("pagination_data.php?page=" + pageNum, Hide_Load());
});
i would like a link or answer about why they put ?page= at the end of pagination_data.php
i just don't understand what it is for. I don't know much about javascript and php i study at school javascript and teacher never mention about that and doesn't seem to know it...
If you guy could explain to me will be apreciate.Thank you.