files.3

ahiliation:~$cat workethics.php ahiliation:~$php workethics.php The text has been savedahiliation:~$ ahiliation:~$cat workethics.txt Work ethics in QA Fashionahiliation:~$ http://www.phptutorial.info/learn/OpenReadCreate-files.php

files. 1

$ourFileName = “workethics.txt”; $ourFileHandle = fopen($ourFileName, ‘w’) or die(“can’t open file”); fclose($ourFileHandle); http://www.tizag.com/phpT/filecreate.php ahiliation:~$php -r workethics.php Parse error: syntax error, unexpected $end in Command line code on line 1 ahiliation:~$