Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$v1 = 1;
$v2 = 23;
$v3 = -18;
$file = fopen("myfile.txt", "w");
fputs($file, "$v1[COLOR=red]\n[/color]$v2[COLOR=red]\n[/color]$v3[COLOR=red]\n[/color]");
fclose($file);
fwrite($fh, addslashes($stringtoinsert)."\r\n");