PHP Basics von Eduonix Learning Solutions

video locked

Über den Vortrag

Der Vortrag „PHP Basics“ von Eduonix Learning Solutions ist Bestandteil des Kurses „Web Programming Basics“. Der Vortrag ist dabei in folgende Kapitel unterteilt:

  • What is PHP
  • Document layout & Syntax
  • Variables / Arrays / Loops
  • Functions / OOP

Quiz zum Vortrag

  1. < sidebar > < /sidebar >
  2. < main > < /main >
  3. < header > < /header >
  4. < section > < /section >
  1. d. zipcode
  2. number
  3. color
  4. email
  1. Change layout based on screen width (responsive design)
  2. Better quality images
  3. Larger Images
  4. Getting info from a database
  1. It is a server-side language
  2. It is a client-side language
  3. It needs special software to run
  4. None of the above
  1. All of the above
  2. Run Asynchronously
  3. Animation
  4. Validate Forms
  1. JavaScript Object Notation
  2. JQuery Object Notation
  3. JavaScript Order Notation
  4. JavaScript Order Numbers
  1. Is not compatible with MySQL databases
  2. Can be embedded right in the HTML
  3. It is a server-side language
  4. Used on big sites like Facebook and Wikipedia
  1. For in Loop
  2. Foreach Loop
  3. Do While Loop
  4. For Loop

Dozent des Vortrages PHP Basics

 Eduonix Learning Solutions

Eduonix Learning Solutions

Eduonix Learning Solutions - The Knowledge Edge

Eduonix creates and distributes high quality technology training content. The team of industry professionals have been training manpower for more than a decade. Eduonix aims to teach technology the way it is used in industry and professional world. The expertness of the professional team of trainers ranges from Mobility, Web to Enterprise as well as Database and Server Administration.

Kundenrezensionen

(1)
5,0 von 5 Sternen
5 Sterne
5
4 Sterne
0
3 Sterne
0
2 Sterne
0
1  Stern
0


Auszüge aus dem Begleitmaterial

... on the server side. Can be embedded directly into html by ...

... Command Line Scripting Desktop Applications OOP ...

... Are case sensitive myStringVar  ...

... usually know the number of times While Loop – Loops through until a condition is true. You usually ...

... of code that runs when it is called ...