Hello
can you give me example of outputting an array values that has a table format.
For example the output should look like this below,
----------------------------------------------------------------------
| ID | name | email |
----------------------------------------------------------------------
| 01 | warren | test@mydomormantdomain.com |
| 02 | joseph | contactjoseph32@yahoo.com.ph |
| 03 | john | john_burhakonde@friendster.com |
| 04 | ken | ken_japanoiwah532@hotmail.com |
| 05 | george | george_sulimanto23@yahoo.com |
----------------------------------------------------------------------
Can you show me a simple example that will output like this?
Sorry for that ugly output alignment it did not follow my imagination properly
Thanks in advance.





Bookmarks