[PHP-DB] Fw: array transfer via form.

2002-10-24 Thread Garry Climacosa
1. i have a txt file with data like this: LINE 1--> 12345678890 LINE 2--> abcdefghglld LINE 3--> asdfg . . . LINE X --> bla-bla-bla 2. then i view this txt file in a browser with a in

Re: [PHP-DB] Fw: array transfer via form.

2002-10-25 Thread Jason Wong
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 $

Re: [PHP-DB] Fw: array transfer via form.

2002-10-25 Thread Garry Climacosa
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