Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security.

Slides:



Advertisements
Similar presentations
FIRST SESSION - XAMPP Jeongmin Lee.  Jeongmin Lee  CS  PHD  Machine Learning, AI  Web System Development.
Advertisements

Windows Apache MySQL PHP Radoslav Georgiev Telerik Corporation
Content Management, Working with WordPress Pavel Ivanov Telerik Corporation
DT211/3 Internet Application Development Active Server Pages & IIS Web server.
The Apache Web Server  Started in April 1996 as an open source multiplatform web server (Windows, FreeBSD, UNIX, and Linux compatible).  Now the world’s.
CGIWrap CGIWrap is a gateway program that allows general users to use CGI scripts and HTML forms without compromising the security of the http server.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 2.
Website Development with PHP and MySQL Introduction.
PHP Scripting Language. Introduction “PHP” is an acronym for “PHP: Hypertext Preprocessor.” It is an interpreted, server-side scripting language. Originally.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Web Programming Introduction to PHP COM Objectives To understand what PHP is and how a PHP script works with a Web Browser and a Web Server To learn.
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
Electronic Medical Record OpenEMR. Covered Topics 1 Getting Started 2 Setting up your clinic 3 Adding a new patient 4 Using your calendar.
Setting Up a Development Server Once you have your own development server, you’ll wonder how you ever managed without one, and it’s easy to set one up!
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
Web Page A page displayed by the browser. Website Collection of multiple web pages Web Browser: A software that displays web pages on client computer.
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
Open Source Software WampServer Presented By Mr. R.Aravindhan.
BY Zoher & Mahmoud. What is WAMP?  - Acronym for Windows/Apache/MySQL/PHP, Python, (and/or) PERL  - WAMP refers to a set of free open source applications,
TOPIC 1 – SERVER SIDE APPLICATIONS IFS 234 – SERVER SIDE APPLICATION DEVELOPMENT.
October 10, 2014 Coding For UX : Part 1 localhost 45 Main St #220 BKLN / / hugeinc.com.
Server Side Scripting Norman White. Where do we do processing? Client side – Javascript (embed code in html) – Java applets (send java program to run.
Web Server Configuration Alokes Chattopadhyay Computer & Informatics Centre IIT Kharagpur.
bWAPP – Bee Bug – Installation
Apache, MySQL and PHP Installation and Configuration Chapter 4 XAMPP Installation and Configuration.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
Python CGI programming
Class02 Introduction to web development with PHP MIS 3501, Fall 2015 Brad N Greenwood Department of MIS Fox School of Business Temple University 8/27/2015.
Customer Relationship Management. Content CRM SugarCRM System Requirement Installation Process Configuration.
Website Design Lecture 1. Outline Introduction to the module Outline of the Assessment Schedule Lecture Static XHTML, client side and server side Why.
A Web-Enabled Aircraft Scheduler Michael Wallette 20 Nov
Introduction to PHP and MySQL Kirkwood Center for Continuing Education By Fred McClurg, © Copyright 2015, Fred McClurg, All Rights.
WAMP server AppServer phpMyAdmin DB creation with phpMyAdmin.
INFO 1300: LOCAL DEVELOPMENT 10/16/2015. Index.html Important Homepage for every project in this course Points will be deducted otherwise.
Web Scripting [PHP] CIS166AE Wednesdays 6:00pm – 9:50pm Rob Loy.
PHP and JavaScript Nov. 26, 2013 Kyung Eun Park Computer and Creativity (COSC109) Towson University.
Introduction to Web Programming. Introduction to PHP What is PHP? What is a PHP File? What is MySQL? Why PHP? Where to Start?
By Bearzx Dive Into Web Introduction To WEB
1 Session 1: Introduction to PHP & MySQL iNET Academy Open Source Web Development.
Web Architecture Introduction
XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.
PHP Introduction PHP is a server-side scripting language.
 PHP program can be run under various like WAMP, XAMPP etc.  WAMP Server: this server is a web development platform which helps in creating dynamic.
Unit 1 – Web Concepts Instructor: Brent Presley.
Server Side Scripting. Common Gateway Interface (CGI) The web is a client-server system.
 To start using PHP, you can:  Find a web host with PHP and MySQL support  Install a web server on your own PC, and then install PHP and MySQL.
(ITI310) By Eng. BASSEM ALSAID SESSIONS 10: Internet Information Services (IIS)
COSC 2328 – Web Programming.  PHP is a server scripting language  It’s widely-used and free  It’s an alternative to Microsoft’s ASP and Ruby  PHP.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
XAMPP.
Expertsfromindia for Joomla Development. Introduction Joomla is an open source and free content management system (CMS) for publishing content on the.
Wordpress. What is Wordpress? Wordpress is a content management system. It is free and easy to use. It allows you to build dynamic websites It is built.
Class02 Introduction to web development concepts MIS 3501, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 1/14/2016.
Setup a PHP + MySQL Development Environment
WordPress Introduction
Introduction to web development concepts
UFIE8K10-M Data Management 2006/7
Pemrograman V (PHP) “Introduction”
Developing Web-Based Applications
Ben Dahlin LCSC Technology Development Coordinator
Server-Side Application and Data Management IT IS 3105 (Spring 2010)
Forms Processing and Server-Side Scripts
Information system Management
PHP XAMPP is webhosting for windows - Apache : HTTPD for Web Server - MySQL : Database Server - PHP : Interpreter - PHPMyAdmin - Filezilla : FTP Server.
Information system Management
Introduction to PHP.
Web Application Development Using PHP
XAMPP.
Presentation transcript:

Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security

Introduction  A web application requires  A web server  A database  A interpreter  XAMPP: A free and open source cross-platform web server solution stack package  X: Cross-platform  A: Apache HTTP Server  M: MySQL database  P: PHP (the interpreter)  P: Perl (the interpreter)  Download from:   XAMPP 5.5 Installer

Environment  XAMPP v1.8.3  Windows  Reminder  Use corresponding version for Mac and Linux

Installation  Only download and unzip  No installer  Start with  Assume the unzip directory is: c:\xampp  Run C:\xampp\xampp- control

Run Programs  Run PHP  Needs the Microsoft Visual C Redistributable package   PHP (*.php), Perl (*.cgi) and others  located in => C:\xampp\htdocs\