yes i did, and it creates a the access.temp2.txt file but it only contains
the last array...
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 25, 2002 6:40 PM
Subject: Re: [PHP-DB] Fw: array transfer via
On Friday 25 October 2002 10:40, Garry Climacosa wrote:
> 6. heres the action page check_act.php
> $file2write = fopen("/var/lib/data/access.temp2.txt", "w");
> $write2line = "$myline\n";
> $filewrite = fwrite($file2write, $write2line);
> ?>
The first thing to check -- did you echo $myline (or $