CS 4347: Database Systems (Spring 2012)

Course Syllabus   Class log   Table of contents of 6th ed text  


Announcements

 
* 02/08: Examples discussed in class on Feb 8:
	 PHP Hello world (src)
	 Log in page allowing SQL injection attack (Perl code inject.pl that processes form)
	 Log in page that uses prepared query to avoid SQL injection (Perl code prepared.pl)
	 PHP example allowing HTML injection attack (src)

	 Some on-line PHP resources: www.php.net, PHP-MySQL manual
         PHP tutorials: www.w3schools.com/php, php.net/manual/en/tutorial.php

	 Perl language reference

         DoD's security guides: Databases, SQL server, Oracle
         Wikipedia page on UI design principles
         User Interface Design

* 02/07: SQL programming example with Perl, PHP (will not work from outside UTD without VPN).

* 02/01: Assignment 1 (due Wed, 2/15).

* 01/25: The class room for CS/SE 4347: Database systems (MW 5:30-6:45)
         has been changed to ECSN 2.126  [ECS North building] from today.


Return to Balaji Raghavachari's home page.