PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If you are wanting to call that url when you click on something without reloading, that cannot be done in PHP. That is a client side things and you have to use Javascript, or some other client side language.