Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

RE: [PHP] "w" problem From: Boget, Chris (Chris.Boget <email protected>)
Date: 03/23/01

> 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