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 certain location within the PHP script, and takes everything below "body" and places it in a certain location in a script. How can I do this? Would I have to change the file format?