Archiv - PHP Introduction von Eduonix Learning Solutions

video locked

Über den Vortrag

Der Vortrag „Archiv - PHP Introduction“ von Eduonix Learning Solutions ist Bestandteil des Kurses „Archiv - PHP Programming (EN)“. Der Vortrag ist dabei in folgende Kapitel unterteilt:

  • What is PHP?
  • What is PHP Used for?
  • Embedding PHP into HTML
  • Variables, Loops, Arrays, etc
  • Object Oriented Programming

Dozent des Vortrages Archiv - PHP Introduction

 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

... PHP was created by Rasmus Lerdorf in 1995 - PHP is a server-side scripting language ...

... can use command line scripting with PHP - PHP can even be used to build desktop applications ...

... easy to add PHP programming into html ...

... Arrays – Can also have Associative Arrays ( array(“name” => “Brad”) ) ...

... Programming You can create custom classes which represent an “object”. Objects can have “properties” ...