I have previosly saved a string to a .txt like this:
$text = "<div class='highlight'><div><p>".$date.".</p> <h1> ".$heading."</h1>".$textbox."</div></div>";
I now want to extract $date
, $heading
and $textbox
from the txtfile back to variables, for the purpose of editing and I have no clue how to do this.
Can anyone help me?