XAMPP.

Slides:



Advertisements
Similar presentations
Building Database Relationships
Advertisements

FIRST SESSION - XAMPP Jeongmin Lee.  Jeongmin Lee  CS  PHD  Machine Learning, AI  Web System Development.
Agenda Web Application Web Page development WAMP
Install WordPress with Xampp. By With Thanks to: Rupesh Kumar.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Click it Apache Service will start If Skype is on, then Quit Skype and exit from Skype. Does not work if Skype is On. You can start Skype later on.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
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!
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
PHP By Dr. Syed Noman Hasany. PHP PHP was originally created by Rasmus Lerdorf in PHP stands for PHP: Hypertext Preprocessor (a recursive acronym).
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
1 Open Source Programming. -Introduction to PHP -PHP installation /wamp server installation for PHP environment -PHP syntax -PHP variables -PHP Strings.
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.
Technology Options. Entire Project – Technologies (over simplified) 1.Front-end 2.Database 3.Server-side scripting (front-end and database integration)
bWAPP – Bee Bug – Installation
Apache, MySQL and PHP Installation and Configuration Chapter 4 XAMPP Installation and Configuration.
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.
PHP Overview By Alex and Cindy. Jan 21,2013. What is PHP? An open source server-side programming language An open source server-side programming language.
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.
Lab 1 Hello World in PHP CSN Class Lab Activity No. 1.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Case Study Dynamic Website - Three Tier Architecture
By Bearzx Dive Into Web Introduction To WEB
1 Session 1: Introduction to PHP & MySQL iNET Academy Open Source Web Development.
XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.
PHP “Personal Home Page Hypertext Pre-processor” (a recursive acronym) Allows you to create dynamic web pages and link web pages to a database.
Creating a simple database This shows you how to set up a database using PHPMyAdmin (installed with WAMP)
WHAT IS SERVER SIDE SCRIPTING? Server-side scripting is a web server technology in which a user's request is verified by running a script directly on the.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Setting up Dreamweaver to use your local WAMP testing Server
 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.
Steps to Install VirtueMart 1. Setup Database 2. Download VirtueMart 3. Setup VirtueMart 4. Test installation Prerequisites: 1. XAMPP installation complete.
IS2803 Developing Multimedia Applications for Business (Part 2) Lecture 2: Introduction to IS2803 Rob Gleasure
Web Server Apache PHP HTTP Request User types URL into browser Address resolved if nec. We use directly Most browsers request.
PHP Syntax You cannot view the PHP source code by selecting "View source" in the browser - you will only see the output from the PHP file, which is plain.
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
By Rina Juliana ; Meryan Itoanna ; Riska Nurmalia CREATE A WEBSITE BY OFFLINE.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
Installing a Moodle Test Site The painless and easy way.
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
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.
Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security.
Class02 Introduction to web development concepts MIS 3501, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 1/14/2016.
WampServer 2 Installation WAMP is a solution stack of open source programs used together to run dynamic Web sites or servers Most common expansion:  Windows,
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
Apache Tomcat & Quick Tutorial
Setup a PHP + MySQL Development Environment
WordPress Introduction
Introduction to web development concepts
Install WordPress with Xampp
Introduction to Web programming
Pemrograman V (PHP) “Introduction”
Developing Web-Based Applications
Module 3 Building a web app.
How to Fix Secure Connection Error in WordPress?.
Title: Tech Training Certificate: Ace of Initiative Program
PHP and Forms.
MySQL Backup, Transfer and Restore
RUNNING A PHP SCRIPT UNDER XAMPP SERVER
Introduction to PHP.
Week 1 : Preparation.
Presentation transcript:

XAMPP

XAMPP Apache, MySQL, PHP, Perl for Windows Others: LAMP - Linux WAMP - Windows MAMP - MacIntosh

XAMPP Local web design and development environment HTML displays without need of a server Other web-based languages do need a server to operate Creates local ‘sandbox’ environment in which developers can write, deploy, and test code

This will happen if you have Vmware running on your computer, because VMw will already be bound to Port 443

XAMPP One problem can crop up if you have VMware installed on your computer The VMware Authorization Service uses one of Apache’s ports Click on ‘Services,’ click in the Services window, and type ‘v’ Right-click on VMware Authorization Service and select ‘Stop’

This won’t cause a problem with Vmware, as long as you don’t try to launch it while XAMPP is running its Apache server

NOTE: If you’re going to be developing database integrated applications, start MySQL also

XAMPP The ‘server root’ for XAMPP is in **\xampp\htdocs (Where ‘**’ is the path to the directory where you installed XAMPP In my case, the path is C:\xampp\htdocs Testing the installation

Make a new folder named ‘test’

Open a new file in Notepad++ and type the above Save the file in the **\xampp\htdocs\test folder as ‘test.html’

In your browser, navigate to ‘localhost/test/test.html’ Notice that ‘htdocs’ doesn’t appear in the address. It is set as the root folder for local websites

XAMPP So why does this matter? Again, other languages require a server to function If we were to be using PHP instead of HTML, for example…

XAMPP Also, many dynamic web applications require the use of a database to function PHP and MySQL are well beyond the scope of this class, but understand that HTML and CSS are the building blocks of the web experience Other languages use them to create a dynamic web experience

XAMPP