Search found 2 matches
- Sun Apr 17, 2005 5:11 pm
- Forum: PHP - Code
- Topic: Simple text file creation fails....
- Replies: 2
- Views: 165
- Sun Apr 17, 2005 4:59 pm
- Forum: PHP - Code
- Topic: Simple text file creation fails....
- Replies: 2
- Views: 165
Simple text file creation fails....
Hello guys and girls... I have a problem trying to create a simple text file... it doesn't want to be created... It just return that can't write or can't be created.. I have tried with the example of fwrite from http://www.php.net and even that example fails... <?php $nombre_archivo = 'prueba.txt'; ...