Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2003022

Re: [PHP] Array not working From: Ernest E Vogelsinger (ernest <email protected>)
Date: 02/18/03

At 08:45 18.02.2003, Chris Blake said:
--------------------[snip]--------------------
> // THIS IS LINE 27
> //....print them out to page
> echo $row['ClientID'].['ClientName'].['Distance']. '<hr>';
--------------------[snip]--------------------

Try

    echo $row['ClientID'].$row['ClientName'].$row['Distance']. '<hr>';

-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/

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