I have searched at g0ogle about this matter but i was not able to see the exact code i need. I want a script that everytime i post a link to a forum or shout box it views out the title of the link that enclosed by <title> and </title> an example is when i post http://php.net
the output will be the title of the url page of http://php.net
and the code will be <a href="http://php.net">Title of page here</a>
instead of <a href="http://php.net">http://php.net</a>
. Get my point? Can anyone give me a code?
the output will be the title of the url page of http://php.net
and the code will be <a href="http://php.net">Title of page here</a>
instead of <a href="http://php.net">http://php.net</a>
. Get my point? Can anyone give me a code?
Comment