. */ require_once(__DIR__ . '/../login.php'); $_client = new Client($_pdo, $_id); ?>
Contacts
getContacts(); foreach ($contacts as $contact) { echo ""; } if (count($contacts) == 0) { echo ""; } ?>
# Name Address Language Tools
{$contact->id} {$contact->name} {$contact->address}
{$contact->postal_code} {$contact->city}
{$contact->country}
{$contact->language}
There are no contacts in the database.