How to use the php fopen() correctly
Posted
by Jacksta
on Stack Overflow
See other posts from Stack Overflow
or by Jacksta
Published on 2010-04-15T11:40:57Z
Indexed on
2010/04/15
11:43 UTC
Read the original article
Hit count: 161
I am learning php, trying to use the fopen()
function.
The php file I am coding is in this directory /domains/xxxxx.com.au/public_html/phpfile.php
What path do I specify for the file to be opened, the example I am looking at is based on a server on a pc where this is the file path $filename = "c:/newfile.txt";
not an online server.
© Stack Overflow or respective owner