Search found 2 matches

by folken7182
Sun Apr 17, 2005 5:11 pm
Forum: PHP - Code
Topic: Simple text file creation fails....
Replies: 2
Views: 165

I am working in Windows, Using xampp I don't know if I need permissions
by folken7182
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'; ...