Beispiel #1
0
			<tr>
				<td>' . $row['user'] . '</td>
				<td>' . $row['email'] . '</td>
				<td>' . $row['name'] . '</td>
				<td>' . $row['birthday'] . '</td>
				<td>' . $row['pass'] . '</td>
				<td>' . $row['role'] . '</td>
			</tr>
		';
    }
    $template_all_users .= '</table>';
    printf($template_all_users);
} else {
    printf($all_users);
}
$a_users = $users->get_user('jonmircha');
if (is_array($a_users)) {
    printf('<p>Un Usuario</p>');
    $template_a_user = '******';
    foreach ($a_users as $row) {
        $template_a_user .= '