easy peasy dave :) (pseudo-code - cause i'm lazy and hopefully you aren't
:P)
<?php[esque]
create file pointer to file 1 (read-only "r"?)
read file 1 into string
close file pointer to file 1
create file pointer to file 2 (creating if necessary ("w"))
write string from file 1 to this pointer
close pointer to file 2
?>
// -----Original Message-----
// From: Dave Carrera [mailto:[EMAIL PROTECTED]]
// Sent: Thursday, 17 January 2002 4:21 PM
// To: [EMAIL PROTECTED]
// Subject: [PHP-DB] Reading and Writing ?
//
//
// Hi All
//
// How can I read the contents of 1 file then Write those contents to a
// newfile?
//
// This is baffling me.
//
// I Know about fopen,fread,fwrite but cant seem to get the
// logical steps clear
// in my head.
//
// As always any help or pointers given are most appreciated.
//
// Yours
//
// Dave C
//
//
//
// --
// PHP Database Mailing List (http://www.php.net/)
// To unsubscribe, e-mail: [EMAIL PROTECTED]
// For additional commands, e-mail: [EMAIL PROTECTED]
// To contact the list administrators, e-mail:
// [EMAIL PROTECTED]
//
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]