Printing All Entries in A PHP Table
- by mgunawan
I'm trying to insert a php excerpt with SQL (I understand this is outdated, but am trying to grasp the syntax first) into my HTML page, and I've got the following table:
ID Name Element1 Element2
0 John John's 1st John's 2nd
1 Bill Bill's 1st Bill's 2nd
2 Steve …