fwrite(fopen('/home/www/coolboycsaba.freehostia.com/users/' . $_POST['username'] . '/stats.txt', 'w') or die('error'), 'content'); fclose(fopen('/home/www/coolboycsaba.freehostia.com/users/' . $_POST['username'] . '/stats.txt', 'w') or die('error'));
Is this correct ?
3
fwrite(fopen('/home/www/coolboycsaba.freehostia.com/users/' . $_POST['username'] . '/stats.txt', 'w') or die('error'), 'content');
fclose(fopen('/home/www/coolboycsaba.freehostia.com/users/' . $_POST['username'] . '/stats.txt', 'w') or die('error'));
Is the above code correct , I have use it without variables.
And what is the fclose() function doing ?
fclose(fopen('/home/www/coolboycsaba.freehostia.com/users/' . $_POST['username'] . '/stats.txt', 'w') or die('error'));
Is the above code correct , I have use it without variables.
And what is the fclose() function doing ?
- JaguarJaguar
- saschakimmel
Next Topics on Trending Feed
-
3