Wednesday, 16 January 2019

php - Extract Title from web page using the url of that page







I want to replicate some functionality from Digg.com whereby when you post a new address it automatically scans the url and finds the page title.




Please tell how it is done in php......is there any other management system available by which you can make website like digg

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...