Archiv - PHP Introduction by Eduonix Learning Solutions

video locked

About the Lecture

The lecture Archiv - PHP Introduction by Eduonix Learning Solutions is from the course Archiv - PHP Programming (EN). It contains the following chapters:

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

Author of lecture Archiv - PHP Introduction

 Eduonix Learning Solutions

Eduonix Learning Solutions


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0


Excerpts from the accompanying material

... 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” ...