Schtolteheim Reinbach III - 2013-03-06 03:30:09
Hi everyone! First let me say "Thank you." PHPXbase is great so far. I just have one question.
I'm trying to, rather than in the API test's example, which simply dumps ALL the fields(columns) to the screen with their respective field(column) titles, find a way to utilize each column individually.
For instance if I have columns NAME, EMAIL, and BLOODTYPE
How can I do a:
foreach($r ???????????)
That will say something like:
- Your Name is [Content of NAME] and your E-mail is [Content of EMAIL]
- Your blood type is [Content of BLOODTYPE]
I'm having trouble figuring out how to split it up.
Thanks!