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
- title: Teaching Students to Think Nondeterministically
- status: accepted
PaperID: 2
- title: A Conceptual Approach to Teaching Induction for Computer Science
- status: accepted
PaperID: 3
- title: Incorporating Transformations into JFLAP for Enhanced Understanding of Automata
- status: submitted
PaperID: 4
- title: Bantam: A Customizable, Java-Based, Classroom Compiler
- status: submitted
PaperID: 5
- title: Language Engineering in The Context of A Popular, Inexpensive Robot Platform
- status: accepted
PaperID: 6
- title: Language Design and Implementation using Ruby and the Interpreter Pattern
- status: accepted
PaperID: 7
- title: Cross-Cultural Issues in a Tutored Video Instruction Course
- status: accepted
PaperID: 8
- title: Engaging Constructions: Family-Based Computing Experiences For Immigrant Middle School Students
- status: accepted
PaperID: 9
- title: A Course in Collaborative Computing: Collaborative Learning and Research with a Global Perspective
- status: submitted
closing database: done