0% found this document useful (0 votes)
7 views

PHP As A Server

Uploaded by

himashak
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

PHP As A Server

Uploaded by

himashak
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

PHP as a server-side language

Identify and argue merits of alternative methods for creating


dynamic web sites
Web-related technologies
Design and Implementation of a server-side processing solutions involving
database access (create, read, update and delete), form handling, data persistence,
user authentication and session handling
user interface
issues related to emerging web application technologies

 Web-related Technologies
 Why PHP
 Uses of PHP
 PHP Code Example
 Request/ Response cycle
 Web architecture

What are related Web Technologies that can be used to create dynamic
websites?
PHP – old, but timeless
Django – python based (but python is not for web, popular for data mining, etc.)
Angular JS – javascript based
Ruby on Rails
jQuery – js based for Ajax
Bootstrap – for CSS/UI
NodeJS
MongoDb – db

 What are examples for popular PHP Websites?


 Facebook
 Wikipedia
 Yahoo
 WordPress
 Pinterest
 Flickr
 iStock
 Sourceforge
 Mailchimp

“PHP
- open source
- scripting language
- web development and can be embedded into HTML.” (The PHP Group,
2019)

You might also like