i was told fopen("file.txt", 'w'); would create a file, but it just tells me that file doesn't exist. how do you create files?
we were all newbies once.
love, jack.
Yes, the command tries to create the files if it does not exist. The problem may be that the web user is not authorised (by Linux) to create a file in the directory.