Posted by brad on 03/20/06 22:04
I'm sorry. I didn't notice that it wase an Access database, which is
not what I am going to use. I will be using a MySQL database. Sorry
about that. With that in mind, MySQL, how would I code the second part
in PHP..of creating the table. This part:
response.write("<table>")
do until rs.EOF
for each x in rs.Fields
response.write("<tr><td><b>" & x.name & "</b></td>")
response.write("<td> & x.value & "</td></tr>")
next
rs.MoveNext
loop
response.write("</table>")
Navigation:
[Reply to this message]
|