I need to save multiple $variables (three to be exact) $title, $description, and $content. I need to save all three to one txt file using php. I also need ot be able to open the file back up with php and use all three $variables again. They go in as $title, $description, and $content they need...