Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
variable1 = "value1"
variable2 = "value2"
$vars = parse_ini_file("file.txt");
$vars["variable1"] = "value1"
...
$new = preg_replace('/\$(.*)=(.*)/i','$1',$lines[$x]);
$new_inhalt = preg_replace('/(.*)"(.*)";/i','$2',$lines[$x]);