diff options
author | Indieteq <admin@indieteq.com> | 2012-11-13 20:46:43 +0100 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2012-11-13 20:46:43 +0100 |
commit | 39f97f683cd1a15ce88f11de636c03589a70a3df (patch) | |
tree | b96cc294052c8500009dd9171d72800175f98329 | |
parent | 02bc2b4664080b1115f7202edebc0077b053baba (diff) | |
download | php-mysql-pdo-database-class-39f97f683cd1a15ce88f11de636c03589a70a3df.zip php-mysql-pdo-database-class-39f97f683cd1a15ce88f11de636c03589a70a3df.tar.gz php-mysql-pdo-database-class-39f97f683cd1a15ce88f11de636c03589a70a3df.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -37,6 +37,14 @@ If you want to use these files you''ll have to modify the rights of the logs fol ## Examples +| Id | Firstname | Lastname | Sex | Age +|:-----------:|:------------:|:------------:|:------------:|:------------:| +| 1 | John | Doe | M | 19 +| 2 | Bob | Black | M | 41 +| 3 | Zoe | Chan | F | 20 +| 4 | Kona | Khan | M | 14 +| 5 | Kader| Khan | M | 56 + #### Fetching from the database: ```php <?php |