I'll give their demo a whirl - thank you!
> - Original Message -
> From: "alain samoun" <[EMAIL PROTECTED]>
> To: "Brian Higgins" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Friday, January 11, 2002 8:05 PM
>
lp is much appreciated.
Regards,
Brian Higgins
[EMAIL PROTECTED]
--
PHP Windows 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]
Perhaps the php gurus can help with my problem.
I am using php4.0 +windows NT 4.0+Apache to read data from a text file ( a
list of real numbers). I need to have the the data in the form
{data1,data2,data3,...,0}. Here is some code:
$elemdata=file("noisydata.dat");
$number=count($elemdata);