Thursday, August 29, 2019

Using Session Management 2 via a Form


Image Authentication-and-Session-Management-Process courtesy of ResearchGate at ResearchGate
 
View the recording
Using Session Management via a Form 45:11 min
In this session on Using Session Management via a Form OTEN teacher, Barry Collier continues from the previous tutorial and covers using PHP to authorise the session via form.
This session covers the following points:
  • Using a form to authorise the user
  • Confirming the user via a database
  • Checking the isset() function
  • Clearing using the unset() function
Students will find the content of this Adobe Connect session most helpful for units ICTWEB501 Build a dynamic web page, ICTWEB502 Create a dynamic web page, ICTWEB503 Create web-based programs & ICTDBS504 Integrate a database in the Diploma of Website Development course.

Using Session Management 1


Image courtesy of hackernoon at Hackernoon
 
View the recording
Using Session Management 41:03 min
In this session on Using Session Management OTEN teacher, Barry Collier covers using PHP to establish a session, checking the session variable and clearing it.
This session covers the following points:
  • Establishing a session
  • Setting the session variable
  • Checking the isset() function
  • Clearing using the unset() function
Students will find the content of this Adobe Connect session most helpful for units ICTWEB501 Build a dynamic web page, ICTWEB502 Create a dynamic web page, ICTWEB503 Create web-based programs & ICTDBS504 Integrate a database in the Diploma of Website Development course.

Wednesday, August 14, 2019

Updating a Database via Form


Image curtesy of 365datascience at Cloudways
 
View the recording
Updating a Database via a Form 45:54 min
In this session on Updating a Database OTEN teacher, Barry Collier covers updating a MySQL database via a Form using $_POST.
This session covers the following points:
  • Passing Login details
  • Validating the Login
  • Displaying the record associated with the login
Students will find the content of this Adobe Connect session most helpful for units ICTWEB501 Build a dynamic web page, ICTWEB502 Create a dynamic web page, ICTWEB503 Create web-based programs & ICTDBS504 Integrate a database in the Diploma of Website Development course.

Updating a Database Using PHP


Image courtesy of Formget at Cloudways
 
View the recording
Updating a Database Using PHP 1 hr 15:06 min
In this session on Updating a Database OTEN teacher, Barry Collier covers updating a MySQL database using PHP.
This session covers the following points:
  • Updating usng mysqli_query()
  • Inserting records
  • Inserting records with auto_increment
  • Retrieving the last record added
  • Deleting a record
Students will find the content of this Adobe Connect session most helpful for units ICTWEB501 Build a dynamic web page, ICTWEB502 Create a dynamic web page, ICTWEB503 Create web-based programs & ICTDBS504 Integrate a database in the Diploma of Website Development course.