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'].
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
2 matches
Mail list logo