php-general | 2003022
Date: 02/19/03
- Next message: Tom Rogers: "Re[2]: [PHP] syntax question"
- Previous message: Beauford.2002: "[PHP] Creating a file to write to?"
- In reply to: Beauford.2002: "[PHP] Creating a file to write to?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
fopen("filename","w");
On Wed, 2003-02-19 at 13:13, Beauford.2002 wrote:
Hi,
I want to be able to check to see if a file exists and if so I want
to be
able to overwrite it. If it doesn't exist I want to be able to
create it and
then make sure it is writable. A lot of this I have found in the PHP
manual,
but I can't find anywhere on how to just create the file or
overwrite it if
it exists.
Thanks for any help...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-- Adam Voigt (adam <email protected>) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc
- application/pgp-signature attachment: This is a digitally signed message part
- Next message: Tom Rogers: "Re[2]: [PHP] syntax question"
- Previous message: Beauford.2002: "[PHP] Creating a file to write to?"
- In reply to: Beauford.2002: "[PHP] Creating a file to write to?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

