You don't understand, I can't go by pictures, I need to see the code.
The program needs to pull the information out of the code.
You see, article_eng.html displays the page using HTML.
HTML is made up of elements.
The elements can contain text, images, embedded sound, etc.
When you use file_get_contents(), you are extracting the code from the file.
In order to get specific items from the code, you need to know how the code is written.
Also, what creates article_eng.html?
Do you have another program that creates the article_eng.html file?
What I mean is, are other people submitting articles that are then converted into an HTML file?
Or are you creating the HTML file?
Is there more than one HTML file?
Or is there only one HTML file that displays different content that may be fetched from a database, every time you view it?
Are you beginning to understand?