An Interactive Web Developement Learning Playground!


Lab Environments

  • A HTML form gets filled out by the user
  • PHP back-end validates input
  • User-input is displayed using ajax
  • User input their name and age into the HTML input fields
  • A new object is created in a PHP file using the details provided by the user
  • A message containing the details entered by the user is displayed using ajax
  • A HTML tag is created with the id (clock)
  • A JS function fetches/reads the current time (hours, minutes, seconds)
  • The JS funtion inputs the current time into the HTML tag (clock) and updates every second
  • Still in progress