Section: Sessions 17 and 18: Using the PHP Session | BSc Programming skills | Grŵp NPTC Group Moodle

Main course page
  • General

    banner

    Programming Skills

    These sessions will help you develop your programming skills in both Java and PHP environments.  The objective is to improve your understanding of programming techniques and practices in a number of languages.  The sessions will specifically cover concepts and techniques which will be especially useful to you should you decide to continue to the BSc programme after completing your HND.

Sessions 17 and 18: Using the PHP Session

  • Sessions 17 and 18: Using the PHP Session

    Sessions 17 and 18: Using the PHP Session

    Web applications using PHP differ from the kind of local application built in the Java phase of this unit as the server is remote from the client but is responsible for much of the applicaiton logic.  This topic explores the use of the PHP session, a way of maintaining the state of an interaction between web application and client over multiple requests and operations.