Agenda Web Application Web Page development WAMP

Slides:



Advertisements
Similar presentations
Building Database Relationships
Advertisements

FIRST SESSION - XAMPP Jeongmin Lee.  Jeongmin Lee  CS  PHD  Machine Learning, AI  Web System Development.
Server-Side vs. Client-Side Scripting Languages
What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
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.
Introduction to PHP (Part-1) Basharat Mahmood, Department of Computer Science,CIIT,Islamabad, Pakistan. 1.
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.
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).
8/17/2015CS346 PHP1 Module 1 Introduction to PHP.
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,
CS 4720 Anatomy of a Web Application CS 4720 – Web & Mobile Systems.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
TOPIC 1 – SERVER SIDE APPLICATIONS IFS 234 – SERVER SIDE APPLICATION DEVELOPMENT.
Server Side Scripting Norman White. Where do we do processing? Client side – Javascript (embed code in html) – Java applets (send java program to run.
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Introduction to ASP.NET. Prehistory of ASP.NET Original Internet – text based WWW – static graphical content  HTML (client-side) Need for interactive.
10/5/2015CS346 PHP1 Module 1 Introduction to PHP.
MySQL. MySQL is a Relational Database Management System (RDBMS) that runs as a server providing multiuser access to a number of databases. A third party.
ASP Introduction Y.-H. Chen International College Ming-Chuan University Fall, 2004.
Open Source Server Side Scripting ECA 236 Open Source Server Side Scripting Installation and Testing.
Mini Group Presentations: php by Veronica Black + Jia Xu.
Introduction to PHP and MySQL Kirkwood Center for Continuing Education By Fred McClurg, © Copyright 2015, Fred McClurg, All Rights.
Lecture Note 1: Getting Started With ASP.  Introduction to ASP  Introduction to ASP An ASP file can contain text, HTML tags and scripts. Scripts in.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
By Bearzx Dive Into Web Introduction To WEB
1 Session 1: Introduction to PHP & MySQL iNET Academy Open Source Web Development.
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)
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.
CITA 310 Section 7 Installing and Testing a Programming Environment (Textbook Chapter 7)
Interactive Web Tehcnologies Teppo Räisänen LIIKE/OAMK 2011.
Scripting Languages Client Side and Server Side. Examples of client side/server side Examples of client-side side include: JavaScript Jquery (uses a JavaScript.
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 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.
An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden.
Unit 1 – Web Concepts Instructor: Brent Presley.
Server Side Scripting. Common Gateway Interface (CGI) The web is a client-server system.
1 PHP Intro PHP Introduction After this lecture, you should be able to: Know the fundamental concepts of Web Scripting Languages in general, PHP in particular.
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.
 Lecture  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.
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.
COM621: Advanced Interactive Web Development Lecture 10 PHP and MySQL.
Moodle Install Guide Team 5 안정현 김현수 주채진 조수아. Moodle Install Enter moodle.org web site -> Go to Standard Moodle Packages in Downloads.
BTEC ICT Level 3 Unit 8 E-Commerce. Session 2 – Technologies and What they Consist of.
Web Programming Building Dynamic Web Pages Adrian Shaw (ais) – 80% Jonathan Roscoe (jjr6) - 20%
VertexPlus Softwares Pvt. Ltd. WEB TECHNOLOGIES BEFORE CHOOSING WEBSITE DEVELOPMENT SERVICES FOR WEBSITE vertexplus.com.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
CSC 301 Web Programming Charles Frank.
Pemrograman V (PHP) “Introduction”
Developing Web-Based Applications
LAMP, WAMP and.. L. Grewe.
Module 1 Introduction to PHP 11/30/2018 CS346 PHP.
PHP and Forms.
Introduction to PHP.
Web Servers (IIS and Apache)
Web Application Development Using PHP
XAMPP.
Presentation transcript:

Agenda Web Application Web Page development WAMP Familiarization of WAMP Environment Simple applications using WAMP

HTML File <html> <head> <title>A BASIC HTML FORM</title> </head> <body> <FORM NAME ="form1" METHOD =" " ACTION = ""> <INPUT TYPE = "TEXT" VALUE ="username"> <INPUT TYPE = "Submit" Name = "Submit1" VALUE = "Login"> </FORM> </body> </html>

Web Development JSP ASP.NET Python PHP Ruby

Apache Software Foundation www.apache.org

open source relational database management system  MySQL is written in C and C++ The most popular database system that is used with PHP is MySQL www.mysql.com

PHP Hypertext Preprocessor server-side scripting language Dynamic and interactive Web pages PHP is an open source software

Install WAMP Server www.wampserver.com Double click on the WAMP icon On Taskbar, wamp icon will appear as Red, then as Orange and finally to Green Green indicates all components in wamp working properly

Localhost phpMyAdmin www directory

www directory C:\wamp\www\<your folder> Create a folder Save your php files into that folder C:\wamp\www\<your folder>

PHP File <html> <body> <h1>My First PHP Program</h1> <?php echo "Welcome to PHP"; ?> </body> </html>

<html> <body> <h3>Adding Number using form</h3> <form method="POST" name="form1"> <p>First No <input type="text" name=“atext"/></p> <p>Second No <input type="text" name=“btext"/></p> <p><input type="submit" name="bttn" value="submit"/></p> <?php if(isset($_POST['bttn'])=="submit"){ $a=$_POST[‘atext']; $b=$_POST[‘btext']; $c=$a+$b; echo "sum is ".$c; } ?> </form> </body> </html>