Here's the script:
<html>
<title>File Write Experiment</title>
<body>
We will attempt to write a file called "test.dat" and store some
stuff in it.
<?php
$myfile = fopen("test.dat","w");
print "The file $myfile should now be opened.
";
print...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.