Hello, I am new here, and hope to learn and contribute a lot. Recently, I started learning PHP (about 2 weeks), and now I am coming to the fopen() function. Say that I wanted to create a new file for reading and writing, is this what I would do?
$newfile = fopen("http://www.mydomain.org/php/Practice/text.txt", "a+");
Thanks in advance for any help,
Philip