Introduction To PHP (Part-1) : Khizra Hanif, Department of Software Engineering, LGU Lahore, Pakistan
Introduction To PHP (Part-1) : Khizra Hanif, Department of Software Engineering, LGU Lahore, Pakistan
• MSVCR100.dll is missing
– Install Microsoft Visual C++ 2010 SP1
Redistributable Package
• Port conflict with skype
Khizra Hanif, Department of Software
Engineering, LGU Lahore, Pakistan.
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
Khizra Hanif, Department of Software
Engineering, LGU Lahore, Pakistan.
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