CS 334

SQL Lab:


 

  • Create an html file that has asks the user for the "male or female" members of the team.
  • Create a php file that will access a database and display only the males OR females in the database based on the html selection.
  • Create a database that has fields for a persons fist, last, age and gender. Input 4 females and 4 males into data base.