Database Example: SELECT Statements in HTML/PHP

Preface

Examples for this HTML/PHP script are taken from accepted papers from SIGCSE 2008. In a few cases, the status of a paper is listed here as "submitted" rather than "accepted" to provide a better example. Independent of the information reported here, all papers were accepted and are included in the SIGCSE 2008 Proceedings, available through the ACM Digital Library.

Print Listing of Papers

logging into MySQL database: done
selecting database: done
defining query: SELECT * from confPaper
executing query: done

PaperID: 1

PaperID: 2

PaperID: 3

PaperID: 4

PaperID: 5

PaperID: 6

PaperID: 7

PaperID: 8

PaperID: 9

closing database: done