Lect 19 Introduction To PHP 1
Lect 19 Introduction To PHP 1
• MSVCR100.dll is missing
– Install Microsoft Visual C++ 2010 SP1
Redistributable Package
• Port conflict with skype
Mubashir Ali - Lecturer (Department of
4
Computer Science).
2. PHP: an Overview
• PHP: Hypertext Preprocessor
• Originally called “Personal Home Page Tools”
• Used to create dynamic web pages
• Popular server-side scripting technology
• Open-source
– Anyone may view, modify and redistribute
source code
• Platform independent
Mubashir Ali - Lecturer (Department of
5
Computer Science).
2. PHP: an Overview…
• Interpreted language, scripts are parsed at
run-time rather than compiled beforehand
• Compatible with many popular databases
• Popular server-side scripting technology
• Structurally similar to C/C++
• Supports procedural and object-oriented
paradigm
Writing on browser
Ending PHP
block
Variable declared
Initial value