Re: [PHP] Array not working

2003-02-18 Thread Ernest E Vogelsinger
At 08:45 18.02.2003, Chris Blake said: [snip] > // THIS IS LINE 27 > //print them out to page > echo $row['ClientID'].['ClientName'].['Distance']. ''; [snip] Try echo $row['ClientID'].$row['ClientName'].

[PHP] Array not working

2003-02-17 Thread Chris Blake
Greetings all, My database has one table with three fields i.e. ClientID, ClientName and Distance . I`m trying to get all the field data printed to a form but whenever I try to add the "ClientID" and "Distance" fields to the code below it bombs out with the following error : Parse error: parse e