On Friday 07 March 2003 07:09, WebDev wrote:
> I again have no values in my list names $adnr, $user, $date, $listed,
> $hlong, $eins, $zwei, ..... themn are always emty no matter what I do with
> your code my code

> $dreidrei, $dreivier, $dreifunf, $dreisechs ) = split ("\|", $buffer);

That's because you haven't defined $buffer. It looks as if it should be set to 
$file[$i].

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
"MacDonald has the gift on compressing the largest amount of words into
the smallest amount of thoughts."
                -- Winston Churchill
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to