Attachment - DESIRED End Result - "Using PHP and HTML the ability to present multiple MYsql rows when present in data, e.g., more than one last name of "Smith" or "Jones".
See Attachment (source coding referenced below)
Enclosed is a pdf file with a CLASS definition of a table and associated METHODS
used by a PANEL definition (same document).
Lines # 1 - 88 CLASS Definition with METHODS used.
Lines # 89 - 188 of PANEL Definition.
ISSUE
The panel is working OK as long as there is only one row to retrieve and PANEL
Lines # [ 148 - 152 AND Lines # 172 - 176 ] are commented "//". The SQL
query built by METHOD get_student('LIKE', 'Tayl'); (line # 17 - 47); see PANEL
Line# 101 invokes the method.
Once the Commented line#s noted previously are "active", e.g., un-commenting the
WHILE Loop begins [ Lines # 149 - 151 ] and the WHILE Loop
termination [ Lines # 174 - 176 ] of PANEL Definition -