php-general | 2001032
Date: 03/23/01
- Next message: Kevin Rose: "[PHP] Image background bleeding through text"
- Previous message: Jorn van Eck: "[PHP] "w" problem"
- Maybe in reply to: Jorn van Eck: "[PHP] "w" problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Does someone know what's the "w" is for. This is the error message:
> Warning:
> fopen("../_webstats/include/caches/last_visitors.cache.html","w")
Read the docs on fopen();
> Does it has to do with "write" rights??
Yes.
Read the docs on fopen();
The documentation is your friend. :)
Chris
- Next message: Kevin Rose: "[PHP] Image background bleeding through text"
- Previous message: Jorn van Eck: "[PHP] "w" problem"
- Maybe in reply to: Jorn van Eck: "[PHP] "w" problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

