php codes for adding links


Can somebody help me where can I find the php codes for adding links or any text to my favorite list?

try this, it will surely help u

Code:
<script type="text/javascript">
function favit(heading,address){
if(window.external)window.external.AddFavorite(address,heading);
else if(window.sidebar)window.sidebar.addPanel(heading,address,"");
}
</script>

<a href="javascript:favit(document.title,location.href)">Add to favorites</a>