Topic awaiting preservation: PHP fputs/fwrite quotes difference? (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: |
posted 06-23-2002 01:55
PHP script #1 - |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-23-2002 02:06
umm got the scripts? |
Maniac (V) Mad Scientist From: |
posted 06-23-2002 21:39
Sorry I took so long. Got side-tracked, don't ya know. |
Maniac (V) Inmate From: Switzerland |
posted 06-23-2002 23:34
you could even write instead of code: if (!file_exists("files/archive/$archive_file.txt")){
code: $file = fopen("files/archive/archive_file.txt", "w") OR DIE ("File doesn't exist")
code: $txt ="archive_file.txt";
|
Maniac (V) Mad Scientist From: |
posted 06-26-2002 18:13
Thank, Dreamer. |