 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.

Slides:



Advertisements
Similar presentations
Building Database Relationships
Advertisements

Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
Agenda Web Application Web Page development WAMP
Google Sketch-Up Tutorial By: Brittany Beckett. Installation Open a web browser. Go to sketchup.google.com.
D. Mack Updating and Running CCleaner on your computer Tips for helping your computer to run faster and more efficiently 12/03/2007.
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.
Creating First Class Web Pages Log into your account.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Microsoft Office 2013 ®® Appendix A Introduction to Cloud Computing.
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
The Basic Java Tools A text editor to write Java program source code. A compiler to translate source code into bytecode. An interpreter to translate.
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
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
Open Source Software WampServer Presented By Mr. R.Aravindhan.
Installation Guide to SOUL 2.0 Demo Version
Installing the Core FTP Client Go to Click on “Download Core FTP now!” Under the Core FTP LE 2.2: free version heading Select.
UBUNTU - Desktop Panel by default is across the top Applications menu Quick Launch icons Notification area Clock Shut Down Task Bar by default is on the.
Professor Syed Rizvi.  VirtueMart is a Shopping Cart Application for selling goods over the internet.  It's a Component for a Content Management System.
How to Launch Surgimap on Mac (Updated for Yosemite) August 20, 2015 Presented by: Stephanie Mardjetko.
Apache, MySQL and PHP Installation and Configuration Chapter 4 XAMPP Installation and Configuration.
Getting a video from the Internet Getting a video from the Internet (1 of 9) 1. Click the Web toolbar button on the Standard toolbar. 1.
Embedding Video in Powerpoint. Embedding Video The most important thing to know about using video in PowerPoint (and the most common mistake) is that.
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.
Regis: Academic Research Network: ARN ARN Getting Connected Drive Mapping SQL*Plus Spooling Your Work Presented by “SOETJAHJO”
PLTW Courses.  From your desktop, click on My Computer  Select the Student Drive and find the correct course folder  CADD Architecture  CAD II  IED.
XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.
WAMP Windows Apache MySQL and PHP i.e. “WAMP”. Why WAMP? WampServer is a Windows web development environment. It allows you to create and test web pages.
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)
Getting Started Introduction Section 0 Lecture 1 Slide 1 Section 0 Slide 1 INTRODUCTION TO Modern Physics PHYX 2710 Fall 2004 Intermediate Lab Fall.
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
Professor Syed Rizvi.  Download xampp software package from:  windows.html
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.
Server Side Scripting. Common Gateway Interface (CGI) The web is a client-server system.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
IS2803 Developing Multimedia Applications for Business (Part 2) Lecture 2: Introduction to IS2803 Rob Gleasure
1 Mapping a Drive on a USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area network,
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
Using This PowerPoint This PowerPoint presentation assumes you already have both the Java JDK and JCreator installed and all that you need is the proper.
How to download games from the internet to your computer Tim Blades FVP 12.
What is MOODLE ? MOODLE (abbreviation for Modular Object-Oriented Dynamic Learning Environment) is a free and open-
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
Installing a Moodle Test Site The painless and easy way.
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.
Accessing Your Documents from Your Personal Computer.
Moodle Install Guide Team 5 안정현 김현수 주채진 조수아. Moodle Install Enter moodle.org web site -> Go to Standard Moodle Packages in Downloads.
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,
Confidential ASWM Installation Guide in Main Server ( for Windows Server 2008 R2 ) 1.
ZIMBRA DESKTOP USER MANUAL
Install WordPress with Xampp
UFIE8K10-M Data Management 2006/7
Introduction to Web programming
Pemrograman V (PHP) “Introduction”
Downloading E-first Piece Software
Title: Tech Training Certificate: Ace of Initiative Program
KET Computer-based Exams Download Instructions.
RUNNING A PHP SCRIPT UNDER XAMPP SERVER
Install MySQL Community Server and MySQL Workbench
Week 1 : Preparation.
More to Learn Creating a shortcut
Welcome to the CVS Caremark RESource Training Download Page
XAMPP.
Presentation transcript:

 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 web applications.  XAMPP Server: It is a free open source cross- platform web server package.

 you can download it from the following link: windows.html windows.html  After downloading, just follow the following step to start xampp server:  Step1  Install XAMPP  Step2  Assume you installed xampp in C Drive. Go to: C:\xampp\htdocs

 Create your own folder, name it for example as PHPCode.  Step3  Now create your first php program in xampp and name it as “add.php”:

Addition php <?php # operator print " php program to add two numbers... "; $val1 = 20; $val2 = 20; $sum = $val2 + $val2; /* Assignment operator */ echo "Result(SUM): $sum"; ?>

 Step4  Now double click on “XAAMP CONTROL PANEL” on desktop and START “Apache” (icon also appears on the bottom)  (XAAMP Control Panel Screenshot is on next slide)

 Step5  Type localhost on your browser and press enter: It will show the following Screen:

 Step6  Now type the following on browser: PHPCode / Below screenshot shows php files created under folder “PHPCode”

 Step7  Click on “add.php” and it will show the following: