I know it is simple, but I am a newbie.
Does anyone have an example on how to save variables and how to read that saved file to restore the variables?
I have a script that takes some data it recieves from a form:
$data
$name
$url
I want it to save it to a file.
Then I need a way for another script to read that data file and have the variables
$data
$name
$url
to work with.