Week 1
Week 1
Basic Syntax
2020
2
2020
PHP is an ...
4
2020
Server-Side Scripting
• Server-side scripting is a method of
designing websites so that the process or
user request is run on the originating server.
• Server-side scripts provide an interface to
the user and are used to limit access to
proprietary data and help keep control of
the script source code.
• Server side scripting is the first purpose of
PHP. All you need to start working on a
desktop PC with PHP is a PHP Parser, a
webserver (such as Apache) and a web
browser like Google Chrome.
5
2020
6
2020
Desktop Applications
• Although, PHP is not a suitable language
for development of desktop applications,
but it supports some advanced features
like PHP-GTK which is basically an
extension of PHP. PHP-GTK provides
object-oriented user interface.
• PHP enables you to choose not only the
operating system of your choice but also
allows you to have choices to use a web
server that you are familiar with. It also
enables beginners and professionals to
write scripts in their own ways as it
allows procedural as well as object-
oriented programming.
7
2020
Desktop Applications
8
2020
Questions??