There is a table called "Customers"
Browse that table and see if all the information you want displayed is contained in that table.
You would need to build an SQL statement like Select customers_firstname,customers_lastname from customers;
And then display it.
If you want me to do it, PM me and we can arrange something.



