The following example selects the same data as the example above, but will display the data in an HTML table:
< ?php |
The output of the code above will be:
Firstname | Lastname |
Glenn | Quagmire |
Peter |
The following example selects the same data as the example above, but will display the data in an HTML table:
< ?php |
The output of the code above will be:
Firstname | Lastname |
Glenn | Quagmire |
Peter |