際際滷

際際滷Share a Scribd company logo
1
Open Source
Programming
- Introduction to PHP
- PHP installation /wamp server
installation for PHP environment
- PHP syntax
- PHP variables
- PHP Strings
- PHP Operator
PHP
3
The Objectives:
 To be employable 
or  to become an employer/entrepreneur
4
The Objectives:
 To be employable 
or  to become an employer/entrepreneur
 OSP objectives:
 Students need specific technical skills!
 Students need to know Programming!
 Students need to know teamwork
 Students must be problem-solvers.
5
The Prerequisites:
 if u know HTML then ok else no problem
You need courage and time
 This will be an Intense course
6
Whats the course?
 Programming in PHP + mySQL
 But ... Im not a programmer!
Right. Thats why you are here.
When we are done, you WILL be
a programmer.
7
The Goals:
 Problem-solving and debugging
 PHP language
 mySQL database design and language
 Improve your HTML skills
 Understand and use XML
8
What youll learn
Server-side scripting  PHP
Form processing
Cookies + Validation + Regular Expressions
Sessions + Authentication
File processing
Image libraries + APIs
Relational databases / MySQL
SimpleXML
Objects + Classes
Security
9
Expectations and Performance
Sound in programming
NOT ANY MORE.
If you dont work hard in this course,
10
Computing Environment:
Dreamweaver MX 2004 or better
edits PHP very nicely
(Or: Free: Notepad++, Codelobster...)
WAMP: Windows-Apache, MySQL, PHP
MAMP: Macintosh-Apache, MySQL, PHP
We demonstrate today, help you install.
www.wampserver.com
www.mamp.info
11
Two Tier Web Architecture:
Client:
e. g. FireFox
On your PC
Web Server:
e. g. Apache
On sulley.dm.ucf.edu
Request: HTTP
12
Two Tier Web Architecture:
Client:
e. g. FireFox
On your PC
Web Server:
e. g. Apache
On sulley.dm.ucf.edu
Request: HTTP .html
Files
13
Two Tier Web Architecture:HTML
Client:
e. g. FireFox
On your PC
Web Server:
e. g. Apache
On sulley.dm.ucf.edu
Request: HTTP .html
files
Response: HTTP/HTML
(or other doctypes:PDF,etc)
(client doesnt see PHP)
14
Two Tier Web Architecture: PHP
Client:
e. g. FireFox
On your PC
Web Server:
e. g. Apache
On sulley.dm.ucf.edu
Request: HTTP
.php files help Apache
CREATE html
Tagged data
Response: HTTP/HTML
(or other doctypes:PDF,etc)
(client doesnt see PHP)
15
Three Tier Web Architecture:MySQL
Client:
e. g. FireFox
On your PC
Web Server:
e. g. Apache
On sulley.dm.ucf.edu
Request: HTTP
Response: HTTP/HTML
(or other doctypes:PDF,etc)
(client doesnt see PHP)
.php files ask MySQL
For info; put into
HTML form
Database
Mgt System:
MySQL
Request:SQL
Reply:ASCII
.frm, .MYD,
.MYI files
16
Three Tier Web Architecture:MySQL
Client:
e. g. FireFox
On your PC
Web Server:
e. g. Apache
On sulley.dm.ucf.edu
Request: HTTP
Response: HTML
(client doesnt see PHP) .php files ask MySQL
For info; put into
HTML form
Database
Mgt System:
MySQL
Request:SQL
Reply:ASCII
.frm, .MYD,
.MYI files
Examples (what they call for:)
Customer:
- Shopping Cart
DB Administrator:
- PHPmyAdmin
Managers,etc:
- Specialized PHP code
WAMP
What is WAMP?
 WAMP = Windows+Apache+MySql+PHP
Note:WAMP5 does not work with Windows 98,Me
WAMP Installation
 A single installation file downloaded from
http://www.wampserver.com/en/download.php
After Installation
Application Service
 Apache
wampapache
 PHP
 MySQL database
wampmysql
WAMPs Menu
Management Portals
 PHPmyadmin
 SQLitemanager
Note: A user has to click
on the icon tray to access
WAMP's menu.
WAMPs Menu
 Configuration and
Settings
 Loaded Modules
 Directory Access
Shortcut
WAMPs Menu
Services
 Apache
 MySQL
Note:
The icon tray reflects
the status of your
server.
Haiti Migration
Architecture
Windows Server
IIS
LDAP
PHP
SQL Server
Tomcat
Perl (Replication)
Login/off
Report
Windows Server
Apache
LDAP
PHP
MySQL
Tomcat
Perl (Replication)
Login/off
Report
Haiti Migration
New Applications
 Apache
HTTPS Setting
 MySQL
 DDL
 DML
 Data
 Data Migration
Haiti Migration
 DDL
For example,
MsSQL:
CREATE TABLE <TABLENAME> (
<TABLENAME>_id bigint IDENTITY (1, 1) NOT NULL

MySQL:
CREATE TABLE <TABLENAME> (
<TABLENAME>_id bigint NOT NULL AUTO_INCREMENT,
Haiti Migration
 DML
For example,
MsSQL:
select top 10 * from patient;
MySQL:
select * from patient limit 0,10;
Haiti Migration
 Data
MsSQL:
MySQL:
Haiti Migration
 Data Migration
We use ODBC to migrate data from the
MsSQL database to the MySQL database.
We use PHP to export data from the MySQL
database and then import the data into the
MySQL database.
Haiti Migration
 MsSQL and MySQL follow the SQL-
92 standard. However, each of them
have their own extensions.
Source Common Full Name Development
Name Method
ANSI SQL/PSM SQL/Persistent Stored Module Standard
IBM SQL PL SQL Procedural Language Proprietary
Microsoft/ T-SQL Transact-SQL Proprietary
Sybase
MySQL MySQL MySQL Open Source/
Proprietary
Oracle PL/SQL Procedural Language/SQL Proprietary
Affected Applications
 Question
Which applications will be affected if we install
WAMP?
Windows Server
Apache
LDAP
PHP
MySQL
Tomcat
Perl (Replication)
Login/off
Report
Windows Server
Apache
LDAP
PHP
MySQL
Tomcat
Perl (Replication)
Login/off
Report
Affected Applications
 PERL(Replication)
 PHP
 Tomcat
Affected Applications
 PERL (Replication)
It uses standard sql in inserting data.
Conclusion: It requires a little change during
the WAMP migration.
Overall
 WAMP is easy to install and it is free to
use.
 Migration from IIS/PHP/MsSQL to WAMP
is practical.
 The cost of migration is mainly to review
queries and change them based on the SQL
extension of MySQL.
35
35
35
35
35
FOR next week, WHAT?
what you SHOULD have done.
If you are fine,
If MAC, find and install MAMP
Else
If Win, find and install WAMP
Else
you're Linux, and cool already.
MAMP: Macintosh Apache, MySQL, PHP
www.mamp.info
WAMP: you get the picture.
www.wampserver.com

More Related Content

What's hot (20)

Web Application Introduction
Web Application  IntroductionWeb Application  Introduction
Web Application Introduction
shaojung
C# Dot net unit-2.pdf
C# Dot net unit-2.pdfC# Dot net unit-2.pdf
C# Dot net unit-2.pdf
Prof. Dr. K. Adisesha
Webservices
WebservicesWebservices
Webservices
Gerard Sylvester
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web Development
Robert J. Stein
Naming in Distributed System
Naming in Distributed SystemNaming in Distributed System
Naming in Distributed System
MNM Jain Engineering College
Linux Networking Commands
Linux Networking CommandsLinux Networking Commands
Linux Networking Commands
tmavroidis
Java: GUI
Java: GUIJava: GUI
Java: GUI
Tareq Hasan
Web Development with Python and Django
Web Development with Python and DjangoWeb Development with Python and Django
Web Development with Python and Django
Michael Pirnat
ADVANCED COMPUTER ARCHITECTURE AND PARALLEL PROCESSING
ADVANCED COMPUTER ARCHITECTUREAND PARALLEL PROCESSINGADVANCED COMPUTER ARCHITECTUREAND PARALLEL PROCESSING
ADVANCED COMPUTER ARCHITECTURE AND PARALLEL PROCESSING
Zena Abo-Altaheen
Distributed Systems Naming
Distributed Systems NamingDistributed Systems Naming
Distributed Systems Naming
Ahmed Magdy Ezzeldin, MSc.
The CAP Theorem
The CAP Theorem The CAP Theorem
The CAP Theorem
Aleksandar Bradic
PHP FUNCTIONS
PHP FUNCTIONSPHP FUNCTIONS
PHP FUNCTIONS
Zeeshan Ahmed
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
Taha Malampatti
Lecture 1 introduction to parallel and distributed computing
Lecture 1   introduction to parallel and distributed computingLecture 1   introduction to parallel and distributed computing
Lecture 1 introduction to parallel and distributed computing
Vajira Thambawita
Java servlets and CGI
Java servlets and CGIJava servlets and CGI
Java servlets and CGI
lavanya marichamy
What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...
Shashi soni
Virtualization in Cloud Computing
Virtualization in Cloud ComputingVirtualization in Cloud Computing
Virtualization in Cloud Computing
Pyingkodi Maran
Ontology engineering
Ontology engineering Ontology engineering
Ontology engineering
Aliabbas Petiwala
cloud virtualization technology
 cloud virtualization technology  cloud virtualization technology
cloud virtualization technology
Ravindra Dastikop
PHP POWERPOINT SLIDES
PHP POWERPOINT SLIDESPHP POWERPOINT SLIDES
PHP POWERPOINT SLIDES
Ismail Mukiibi
Web Application Introduction
Web Application  IntroductionWeb Application  Introduction
Web Application Introduction
shaojung
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web Development
Robert J. Stein
Linux Networking Commands
Linux Networking CommandsLinux Networking Commands
Linux Networking Commands
tmavroidis
Web Development with Python and Django
Web Development with Python and DjangoWeb Development with Python and Django
Web Development with Python and Django
Michael Pirnat
ADVANCED COMPUTER ARCHITECTURE AND PARALLEL PROCESSING
ADVANCED COMPUTER ARCHITECTUREAND PARALLEL PROCESSINGADVANCED COMPUTER ARCHITECTUREAND PARALLEL PROCESSING
ADVANCED COMPUTER ARCHITECTURE AND PARALLEL PROCESSING
Zena Abo-Altaheen
Lecture 1 introduction to parallel and distributed computing
Lecture 1   introduction to parallel and distributed computingLecture 1   introduction to parallel and distributed computing
Lecture 1 introduction to parallel and distributed computing
Vajira Thambawita
What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...
Shashi soni
Virtualization in Cloud Computing
Virtualization in Cloud ComputingVirtualization in Cloud Computing
Virtualization in Cloud Computing
Pyingkodi Maran
cloud virtualization technology
 cloud virtualization technology  cloud virtualization technology
cloud virtualization technology
Ravindra Dastikop
PHP POWERPOINT SLIDES
PHP POWERPOINT SLIDESPHP POWERPOINT SLIDES
PHP POWERPOINT SLIDES
Ismail Mukiibi

Similar to wamp.ppt (20)

Php reports sumit
Php reports sumitPhp reports sumit
Php reports sumit
Sumit Biswas
working with PHP & DB's
working with PHP & DB'sworking with PHP & DB's
working with PHP & DB's
Hi-Tech College
Scaling 101
Scaling 101Scaling 101
Scaling 101
Chris Finne
Scaling 101 test
Scaling 101 testScaling 101 test
Scaling 101 test
Rashmi Sinha
Web programming
Web programmingWeb programming
Web programming
Ishucs
Php mysql-training online-by_php2ranjan
Php mysql-training online-by_php2ranjanPhp mysql-training online-by_php2ranjan
Php mysql-training online-by_php2ranjan
php2ranjan
php training in hyderabad
php training in hyderabadphp training in hyderabad
php training in hyderabad
php2ranjan
Lecture1 introduction by okello erick
Lecture1 introduction by okello erickLecture1 introduction by okello erick
Lecture1 introduction by okello erick
okelloerick
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
shanmukhareddy dasi
PHP Introduction ( Fedora )
PHP Introduction ( Fedora )PHP Introduction ( Fedora )
PHP Introduction ( Fedora )
Kishore Kumar
Lamp
LampLamp
Lamp
anurag1p
&lt;?php + WordPress
&lt;?php + WordPress&lt;?php + WordPress
&lt;?php + WordPress
Christopher Reding
Current state-of-php
Current state-of-phpCurrent state-of-php
Current state-of-php
Richard McIntyre
PHP Unit-1 Introduction to PHP
PHP Unit-1 Introduction to PHPPHP Unit-1 Introduction to PHP
PHP Unit-1 Introduction to PHP
Lariya Minhaz
Intro to advanced web development
Intro to advanced web developmentIntro to advanced web development
Intro to advanced web development
Stevie T
PHP Hypertext Preprocessor
PHP Hypertext PreprocessorPHP Hypertext Preprocessor
PHP Hypertext Preprocessor
adeel990
DB2 and PHP in Depth on IBM i
DB2 and PHP in Depth on IBM iDB2 and PHP in Depth on IBM i
DB2 and PHP in Depth on IBM i
Alan Seiden
Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i  Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i
Zend by Rogue Wave Software
Php Interview Questions
Php Interview QuestionsPhp Interview Questions
Php Interview Questions
UmeshSingh159
PHP MySQL Workshop - facehook
PHP MySQL Workshop - facehookPHP MySQL Workshop - facehook
PHP MySQL Workshop - facehook
Brainware Consultancy Pvt Ltd
Php reports sumit
Php reports sumitPhp reports sumit
Php reports sumit
Sumit Biswas
working with PHP & DB's
working with PHP & DB'sworking with PHP & DB's
working with PHP & DB's
Hi-Tech College
Scaling 101 test
Scaling 101 testScaling 101 test
Scaling 101 test
Rashmi Sinha
Web programming
Web programmingWeb programming
Web programming
Ishucs
Php mysql-training online-by_php2ranjan
Php mysql-training online-by_php2ranjanPhp mysql-training online-by_php2ranjan
Php mysql-training online-by_php2ranjan
php2ranjan
php training in hyderabad
php training in hyderabadphp training in hyderabad
php training in hyderabad
php2ranjan
Lecture1 introduction by okello erick
Lecture1 introduction by okello erickLecture1 introduction by okello erick
Lecture1 introduction by okello erick
okelloerick
PHP Introduction ( Fedora )
PHP Introduction ( Fedora )PHP Introduction ( Fedora )
PHP Introduction ( Fedora )
Kishore Kumar
PHP Unit-1 Introduction to PHP
PHP Unit-1 Introduction to PHPPHP Unit-1 Introduction to PHP
PHP Unit-1 Introduction to PHP
Lariya Minhaz
Intro to advanced web development
Intro to advanced web developmentIntro to advanced web development
Intro to advanced web development
Stevie T
PHP Hypertext Preprocessor
PHP Hypertext PreprocessorPHP Hypertext Preprocessor
PHP Hypertext Preprocessor
adeel990
DB2 and PHP in Depth on IBM i
DB2 and PHP in Depth on IBM iDB2 and PHP in Depth on IBM i
DB2 and PHP in Depth on IBM i
Alan Seiden
Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i  Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i
Zend by Rogue Wave Software
Php Interview Questions
Php Interview QuestionsPhp Interview Questions
Php Interview Questions
UmeshSingh159

Recently uploaded (20)

Code or No-Code Tests: Why Top Teams Choose Both
Code or No-Code Tests: Why Top Teams Choose BothCode or No-Code Tests: Why Top Teams Choose Both
Code or No-Code Tests: Why Top Teams Choose Both
Applitools
Metaverse Meetup: Explore Mulesoft MAC Project
Metaverse Meetup: Explore  Mulesoft MAC ProjectMetaverse Meetup: Explore  Mulesoft MAC Project
Metaverse Meetup: Explore Mulesoft MAC Project
GiulioPicchi
Wondershare Filmora 14.3.2 Crack + License Key Free Download
Wondershare Filmora 14.3.2 Crack + License Key Free DownloadWondershare Filmora 14.3.2 Crack + License Key Free Download
Wondershare Filmora 14.3.2 Crack + License Key Free Download
arshadkhokher01
Advance Website Helpdesk Customer Support Ticket Management Odoo
Advance Website Helpdesk Customer Support Ticket Management OdooAdvance Website Helpdesk Customer Support Ticket Management Odoo
Advance Website Helpdesk Customer Support Ticket Management Odoo
Aagam infotech
Hire Odoo Developer OnestopDA Experts.
Hire Odoo Developer  OnestopDA Experts.Hire Odoo Developer  OnestopDA Experts.
Hire Odoo Developer OnestopDA Experts.
OnestopDA
AVG Antivirus Crack With Free version Download 2025 [Latest]
AVG Antivirus Crack With Free version Download 2025 [Latest]AVG Antivirus Crack With Free version Download 2025 [Latest]
AVG Antivirus Crack With Free version Download 2025 [Latest]
haroonsaeed605
Adobe InDesign Crack Full Version Free Download 2025
Adobe InDesign Crack  Full Version Free Download 2025Adobe InDesign Crack  Full Version Free Download 2025
Adobe InDesign Crack Full Version Free Download 2025
sannnasaba545
SketchUp Pro Crack [2025]-Free Download?
SketchUp Pro Crack [2025]-Free Download?SketchUp Pro Crack [2025]-Free Download?
SketchUp Pro Crack [2025]-Free Download?
kiran10101khan
SE- Lecture 5 SE for easy understanding.ppt
SE- Lecture 5 SE for easy understanding.pptSE- Lecture 5 SE for easy understanding.ppt
SE- Lecture 5 SE for easy understanding.ppt
theworldimagine985
AI/ML Infra Meetup | Deployment, Discovery and Serving of LLMs at Uber Scale
AI/ML Infra Meetup | Deployment, Discovery and Serving of LLMs at Uber ScaleAI/ML Infra Meetup | Deployment, Discovery and Serving of LLMs at Uber Scale
AI/ML Infra Meetup | Deployment, Discovery and Serving of LLMs at Uber Scale
Alluxio, Inc.
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Shubham Joshi
EASEUS Partition Master Crack with License Code [Latest]
EASEUS Partition Master Crack with License Code [Latest]EASEUS Partition Master Crack with License Code [Latest]
EASEUS Partition Master Crack with License Code [Latest]
bhagasufyan
AI/ML Infra Meetup | Building Production Platform for Large-Scale Recommendat...
AI/ML Infra Meetup | Building Production Platform for Large-Scale Recommendat...AI/ML Infra Meetup | Building Production Platform for Large-Scale Recommendat...
AI/ML Infra Meetup | Building Production Platform for Large-Scale Recommendat...
Alluxio, Inc.
SE- Lecture 5 for software development.ppt
SE- Lecture 5 for software development.pptSE- Lecture 5 for software development.ppt
SE- Lecture 5 for software development.ppt
theworldimagine985
AI/ML Infra Meetup | Optimizing ML Data Access with Alluxio: Preprocessing, ...
AI/ML Infra Meetup | Optimizing ML Data Access with Alluxio:  Preprocessing, ...AI/ML Infra Meetup | Optimizing ML Data Access with Alluxio:  Preprocessing, ...
AI/ML Infra Meetup | Optimizing ML Data Access with Alluxio: Preprocessing, ...
Alluxio, Inc.
Account Cash Flow Statement Report Generate in odoo
Account Cash Flow Statement Report Generate in odooAccount Cash Flow Statement Report Generate in odoo
Account Cash Flow Statement Report Generate in odoo
AxisTechnolabs
iTop VPN Latest Version 2025 Crack Free Download
iTop VPN Latest Version 2025 Crack Free DownloadiTop VPN Latest Version 2025 Crack Free Download
iTop VPN Latest Version 2025 Crack Free Download
lr74xqnvuf
AutoDesk Revit Crack | Revit Update 2025 free download
AutoDesk Revit Crack | Revit Update 2025 free downloadAutoDesk Revit Crack | Revit Update 2025 free download
AutoDesk Revit Crack | Revit Update 2025 free download
anamaslam971
ChatGPT and DeepSeek: Which AI Tool Delivers Better User Experience?
ChatGPT and DeepSeek: Which AI Tool Delivers Better User Experience?ChatGPT and DeepSeek: Which AI Tool Delivers Better User Experience?
ChatGPT and DeepSeek: Which AI Tool Delivers Better User Experience?
Ava Isley
OutSystems User Group Utrecht February 2025.pdf
OutSystems User Group Utrecht February 2025.pdfOutSystems User Group Utrecht February 2025.pdf
OutSystems User Group Utrecht February 2025.pdf
mail496323
Code or No-Code Tests: Why Top Teams Choose Both
Code or No-Code Tests: Why Top Teams Choose BothCode or No-Code Tests: Why Top Teams Choose Both
Code or No-Code Tests: Why Top Teams Choose Both
Applitools
Metaverse Meetup: Explore Mulesoft MAC Project
Metaverse Meetup: Explore  Mulesoft MAC ProjectMetaverse Meetup: Explore  Mulesoft MAC Project
Metaverse Meetup: Explore Mulesoft MAC Project
GiulioPicchi
Wondershare Filmora 14.3.2 Crack + License Key Free Download
Wondershare Filmora 14.3.2 Crack + License Key Free DownloadWondershare Filmora 14.3.2 Crack + License Key Free Download
Wondershare Filmora 14.3.2 Crack + License Key Free Download
arshadkhokher01
Advance Website Helpdesk Customer Support Ticket Management Odoo
Advance Website Helpdesk Customer Support Ticket Management OdooAdvance Website Helpdesk Customer Support Ticket Management Odoo
Advance Website Helpdesk Customer Support Ticket Management Odoo
Aagam infotech
Hire Odoo Developer OnestopDA Experts.
Hire Odoo Developer  OnestopDA Experts.Hire Odoo Developer  OnestopDA Experts.
Hire Odoo Developer OnestopDA Experts.
OnestopDA
AVG Antivirus Crack With Free version Download 2025 [Latest]
AVG Antivirus Crack With Free version Download 2025 [Latest]AVG Antivirus Crack With Free version Download 2025 [Latest]
AVG Antivirus Crack With Free version Download 2025 [Latest]
haroonsaeed605
Adobe InDesign Crack Full Version Free Download 2025
Adobe InDesign Crack  Full Version Free Download 2025Adobe InDesign Crack  Full Version Free Download 2025
Adobe InDesign Crack Full Version Free Download 2025
sannnasaba545
SketchUp Pro Crack [2025]-Free Download?
SketchUp Pro Crack [2025]-Free Download?SketchUp Pro Crack [2025]-Free Download?
SketchUp Pro Crack [2025]-Free Download?
kiran10101khan
SE- Lecture 5 SE for easy understanding.ppt
SE- Lecture 5 SE for easy understanding.pptSE- Lecture 5 SE for easy understanding.ppt
SE- Lecture 5 SE for easy understanding.ppt
theworldimagine985
AI/ML Infra Meetup | Deployment, Discovery and Serving of LLMs at Uber Scale
AI/ML Infra Meetup | Deployment, Discovery and Serving of LLMs at Uber ScaleAI/ML Infra Meetup | Deployment, Discovery and Serving of LLMs at Uber Scale
AI/ML Infra Meetup | Deployment, Discovery and Serving of LLMs at Uber Scale
Alluxio, Inc.
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Shubham Joshi
EASEUS Partition Master Crack with License Code [Latest]
EASEUS Partition Master Crack with License Code [Latest]EASEUS Partition Master Crack with License Code [Latest]
EASEUS Partition Master Crack with License Code [Latest]
bhagasufyan
AI/ML Infra Meetup | Building Production Platform for Large-Scale Recommendat...
AI/ML Infra Meetup | Building Production Platform for Large-Scale Recommendat...AI/ML Infra Meetup | Building Production Platform for Large-Scale Recommendat...
AI/ML Infra Meetup | Building Production Platform for Large-Scale Recommendat...
Alluxio, Inc.
SE- Lecture 5 for software development.ppt
SE- Lecture 5 for software development.pptSE- Lecture 5 for software development.ppt
SE- Lecture 5 for software development.ppt
theworldimagine985
AI/ML Infra Meetup | Optimizing ML Data Access with Alluxio: Preprocessing, ...
AI/ML Infra Meetup | Optimizing ML Data Access with Alluxio:  Preprocessing, ...AI/ML Infra Meetup | Optimizing ML Data Access with Alluxio:  Preprocessing, ...
AI/ML Infra Meetup | Optimizing ML Data Access with Alluxio: Preprocessing, ...
Alluxio, Inc.
Account Cash Flow Statement Report Generate in odoo
Account Cash Flow Statement Report Generate in odooAccount Cash Flow Statement Report Generate in odoo
Account Cash Flow Statement Report Generate in odoo
AxisTechnolabs
iTop VPN Latest Version 2025 Crack Free Download
iTop VPN Latest Version 2025 Crack Free DownloadiTop VPN Latest Version 2025 Crack Free Download
iTop VPN Latest Version 2025 Crack Free Download
lr74xqnvuf
AutoDesk Revit Crack | Revit Update 2025 free download
AutoDesk Revit Crack | Revit Update 2025 free downloadAutoDesk Revit Crack | Revit Update 2025 free download
AutoDesk Revit Crack | Revit Update 2025 free download
anamaslam971
ChatGPT and DeepSeek: Which AI Tool Delivers Better User Experience?
ChatGPT and DeepSeek: Which AI Tool Delivers Better User Experience?ChatGPT and DeepSeek: Which AI Tool Delivers Better User Experience?
ChatGPT and DeepSeek: Which AI Tool Delivers Better User Experience?
Ava Isley
OutSystems User Group Utrecht February 2025.pdf
OutSystems User Group Utrecht February 2025.pdfOutSystems User Group Utrecht February 2025.pdf
OutSystems User Group Utrecht February 2025.pdf
mail496323

wamp.ppt

  • 2. - Introduction to PHP - PHP installation /wamp server installation for PHP environment - PHP syntax - PHP variables - PHP Strings - PHP Operator PHP
  • 3. 3 The Objectives: To be employable or to become an employer/entrepreneur
  • 4. 4 The Objectives: To be employable or to become an employer/entrepreneur OSP objectives: Students need specific technical skills! Students need to know Programming! Students need to know teamwork Students must be problem-solvers.
  • 5. 5 The Prerequisites: if u know HTML then ok else no problem You need courage and time This will be an Intense course
  • 6. 6 Whats the course? Programming in PHP + mySQL But ... Im not a programmer! Right. Thats why you are here. When we are done, you WILL be a programmer.
  • 7. 7 The Goals: Problem-solving and debugging PHP language mySQL database design and language Improve your HTML skills Understand and use XML
  • 8. 8 What youll learn Server-side scripting PHP Form processing Cookies + Validation + Regular Expressions Sessions + Authentication File processing Image libraries + APIs Relational databases / MySQL SimpleXML Objects + Classes Security
  • 9. 9 Expectations and Performance Sound in programming NOT ANY MORE. If you dont work hard in this course,
  • 10. 10 Computing Environment: Dreamweaver MX 2004 or better edits PHP very nicely (Or: Free: Notepad++, Codelobster...) WAMP: Windows-Apache, MySQL, PHP MAMP: Macintosh-Apache, MySQL, PHP We demonstrate today, help you install. www.wampserver.com www.mamp.info
  • 11. 11 Two Tier Web Architecture: Client: e. g. FireFox On your PC Web Server: e. g. Apache On sulley.dm.ucf.edu Request: HTTP
  • 12. 12 Two Tier Web Architecture: Client: e. g. FireFox On your PC Web Server: e. g. Apache On sulley.dm.ucf.edu Request: HTTP .html Files
  • 13. 13 Two Tier Web Architecture:HTML Client: e. g. FireFox On your PC Web Server: e. g. Apache On sulley.dm.ucf.edu Request: HTTP .html files Response: HTTP/HTML (or other doctypes:PDF,etc) (client doesnt see PHP)
  • 14. 14 Two Tier Web Architecture: PHP Client: e. g. FireFox On your PC Web Server: e. g. Apache On sulley.dm.ucf.edu Request: HTTP .php files help Apache CREATE html Tagged data Response: HTTP/HTML (or other doctypes:PDF,etc) (client doesnt see PHP)
  • 15. 15 Three Tier Web Architecture:MySQL Client: e. g. FireFox On your PC Web Server: e. g. Apache On sulley.dm.ucf.edu Request: HTTP Response: HTTP/HTML (or other doctypes:PDF,etc) (client doesnt see PHP) .php files ask MySQL For info; put into HTML form Database Mgt System: MySQL Request:SQL Reply:ASCII .frm, .MYD, .MYI files
  • 16. 16 Three Tier Web Architecture:MySQL Client: e. g. FireFox On your PC Web Server: e. g. Apache On sulley.dm.ucf.edu Request: HTTP Response: HTML (client doesnt see PHP) .php files ask MySQL For info; put into HTML form Database Mgt System: MySQL Request:SQL Reply:ASCII .frm, .MYD, .MYI files Examples (what they call for:) Customer: - Shopping Cart DB Administrator: - PHPmyAdmin Managers,etc: - Specialized PHP code
  • 17. WAMP
  • 18. What is WAMP? WAMP = Windows+Apache+MySql+PHP Note:WAMP5 does not work with Windows 98,Me
  • 19. WAMP Installation A single installation file downloaded from http://www.wampserver.com/en/download.php
  • 20. After Installation Application Service Apache wampapache PHP MySQL database wampmysql
  • 21. WAMPs Menu Management Portals PHPmyadmin SQLitemanager Note: A user has to click on the icon tray to access WAMP's menu.
  • 22. WAMPs Menu Configuration and Settings Loaded Modules Directory Access Shortcut
  • 23. WAMPs Menu Services Apache MySQL Note: The icon tray reflects the status of your server.
  • 24. Haiti Migration Architecture Windows Server IIS LDAP PHP SQL Server Tomcat Perl (Replication) Login/off Report Windows Server Apache LDAP PHP MySQL Tomcat Perl (Replication) Login/off Report
  • 25. Haiti Migration New Applications Apache HTTPS Setting MySQL DDL DML Data Data Migration
  • 26. Haiti Migration DDL For example, MsSQL: CREATE TABLE <TABLENAME> ( <TABLENAME>_id bigint IDENTITY (1, 1) NOT NULL MySQL: CREATE TABLE <TABLENAME> ( <TABLENAME>_id bigint NOT NULL AUTO_INCREMENT,
  • 27. Haiti Migration DML For example, MsSQL: select top 10 * from patient; MySQL: select * from patient limit 0,10;
  • 29. Haiti Migration Data Migration We use ODBC to migrate data from the MsSQL database to the MySQL database. We use PHP to export data from the MySQL database and then import the data into the MySQL database.
  • 30. Haiti Migration MsSQL and MySQL follow the SQL- 92 standard. However, each of them have their own extensions. Source Common Full Name Development Name Method ANSI SQL/PSM SQL/Persistent Stored Module Standard IBM SQL PL SQL Procedural Language Proprietary Microsoft/ T-SQL Transact-SQL Proprietary Sybase MySQL MySQL MySQL Open Source/ Proprietary Oracle PL/SQL Procedural Language/SQL Proprietary
  • 31. Affected Applications Question Which applications will be affected if we install WAMP? Windows Server Apache LDAP PHP MySQL Tomcat Perl (Replication) Login/off Report Windows Server Apache LDAP PHP MySQL Tomcat Perl (Replication) Login/off Report
  • 33. Affected Applications PERL (Replication) It uses standard sql in inserting data. Conclusion: It requires a little change during the WAMP migration.
  • 34. Overall WAMP is easy to install and it is free to use. Migration from IIS/PHP/MsSQL to WAMP is practical. The cost of migration is mainly to review queries and change them based on the SQL extension of MySQL.
  • 35. 35 35 35 35 35 FOR next week, WHAT? what you SHOULD have done. If you are fine, If MAC, find and install MAMP Else If Win, find and install WAMP Else you're Linux, and cool already. MAMP: Macintosh Apache, MySQL, PHP www.mamp.info WAMP: you get the picture. www.wampserver.com