I have a file formatted like this:
title = "Page Title"
body
CONTENT HERE
MORE CONTENT
MORE CONTENT
I want to make a PHP script that takes this file, and places the string Page Title in a specific location in the script, and then takes the content appearing below "body" and places it in a specific location. How can I do this? Do I need to change the file format?