What function allows me to create a permanent text (html) based file? I've tried tempnam() and it appears to not be working, thanks,
carlos
looks like you need to read up on fopen(). That's the function which will let you read, write, add to, etc to any file.
http://us2.php.net/manual/en/function.fopen.php
I don't think i can create a file with fopen() though, and I want to create a text based file.