Friday, August 10, 2018

Lecture 2 - Part 4 Authentication for web development

Lecture 2 - Part 4 Model/View/Controller (MVC) and Authentication for web development 


Then STOPPED HERE
https://youtu.be/04rWBt93NkY?t=2h00m24s





Course Web Site by CS75.tv
Course Sillabus (Opens in a PDF)

Course Sections Lead By TA
Course Projects
The course's own website is at www.cs75.net.
Google Discussion Group
PHP Manual


 Lecture 0: HTTP
 Lecture 1: PHP
 Lecture 3: MVC, XML
 Lecture 4: SQL
 Lecture 5: SQL, Continued
 Lecture 6: JavaScript
 Lecture 7: Ajax
 Lecture 8: Security
 Lecture 9: Scalability

Superglobal variables in PHP


Several predefined variables in PHP are "superglobals", which means they are available in all scopes throughout a script. There is no need to do global $variable; to access them within functions or methods.

These superglobal variables are:

  • $GLOBALS
  • $_SERVER
  • $_GET
  • $_POST
  • $_FILES
  • $_COOKIE
  • $_SESSION
  • $_REQUEST
  • $_ENV


















No comments:

Post a Comment

MIT 6.00 コンピュータサイエンスとプログラミング秋期講座第2回

  MIT 6.00 コンピュータサイエンスとプログラミング秋期講座第2回 オープンコースウエア 大学名:MIT 講座名:6.00 Introduction to Computer Science and Programming Download course material ...