Building Database Relationships

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

WebDT Content Manager 6.0 Pro
Installing Instant WordPress 1)Download Instant WordPress from the following location:- 2) Double Click on the downloaded.
FIRST SESSION - XAMPP Jeongmin Lee.  Jeongmin Lee  CS  PHD  Machine Learning, AI  Web System Development.
Agenda Web Application Web Page development WAMP
Downloading, Installing, and Working with Dropbox.
1 Web Servers / Deployment Alastair Dawes Original by Bhupinder Reehal.
Windows Apache MySQL PHP Radoslav Georgiev Telerik Corporation
7 th Grade World GeographyName: _______________ All seventh grade social studies students at Abington Junior High School will use the World Geography textbook.
Install WordPress with Xampp. By With Thanks to: Rupesh Kumar.
Chapter Apache Installation in Linux- Mandrake. Acknowledgment The following information has been obtained directly from
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
How the World Wide Web Works
Sexual Education – Finding Information Online Tutorial Isabelle McGrath.
PHP By Dr. Syed Noman Hasany. PHP PHP was originally created by Rasmus Lerdorf in PHP stands for PHP: Hypertext Preprocessor (a recursive acronym).
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
Open Source Software WampServer Presented By Mr. R.Aravindhan.
HCare access on an iPad hCare access is the remote access to PGH. The steps for installing vary from the Mac somewhat. This will guide you. Installation.
taskbar Notification area Start To change size of taskbar: RMC- uncheck Lock the taskbar Changing Properties : RMC- Properties.
The basics of the Online Portal
Getting Started with Dreamweaver
The Blue “W” is placed on your Desktop or in your system tray area.
Copyright © Texas Education Agency, All rights reserved.1 Web Technologies Web Administration.
How to Download and Install a Sharp Print Driver on a Mac.
Accessing Barney Off- Campus How can I get my H: files when I am not on the GU network? Business 111 Edward Mitchell Fall 2006.
How to Download and Install a Print Driver on a Windows PC.
Dreamweaver An introduction to Dreamweaver by a beginner who can show you the rudiments of quickly and easily creating a web site. An attempt to offer.
Uploading Your Page to the Internet Configuring FTP on Dreamweaver.
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
INFO 1300: LOCAL DEVELOPMENT 10/16/2015. Index.html Important Homepage for every project in this course Points will be deducted otherwise.
By Jesus Juarez. Download the software from or your preferred website.
Getting to Know Your Computer Your File System Applications What’s running on your machine Its own devices Networking.
Employee Self Service Review and Print Your Payroll Results 1.
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)
How to use WS_FTP A Step by Step Guide to File Transfer.
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.
IS2803 Developing Multimedia Applications for Business (Part 2) Lecture 2: Introduction to IS2803 Rob Gleasure
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
NX Documentation Using Windows IIS (Internet Information Services) as a http server for NX documentation.
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.
Joomla Awdhesh Kumar Singsys Pte Ltd. What is Joomla? Joomla is an award-winning content management system (CMS), which enables you to build Web sites.
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.
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.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
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.
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,
Getting Started with Dreamweaver
Evolution of Internet.
Introduction to Web programming
UFIE8K10-M Data Management 2006/7
Developing Web-Based Applications
CoreFTP.
Arden University FTP Induction Resource
Title: Tech Training Certificate: Ace of Initiative Program
CoreFTP.
PHP and Forms.
Web Servers / Deployment
Getting Started with Dreamweaver
XAMPP.
Presentation transcript:

Building Database Relationships WAMP Server Building Database Relationships

WAMP Server In class we use a server package called WAMPServer. WAMPServer includes Apache, PHP, and MySQL. You will start the Apache at the beginning of class each day. You can learn more about WAMPServer by reading these tutorials: http://www.wampserver.com/en/ http://www.tinkertech.net/tutor/wamp/index.html

WAMP Server Download http://www.wampserver.com/en/download.php WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin and SQLiteManager to easily manage your databases. WampServer installs automatically (installer), and its usage is very intuitive. After it is installed, there will be a tray icon, left click on icon.

WAMP Server Functionalities With a left click on WampServer's icon, you will be able to: - manage your Apache and MySQL services - switch online/offline (give access to everyone or only localhost) - install and switch Apache, MySQL and PHP releases - manage your servers settings - access your logs - access your settings files - create alias With a right click : - change WampServer's menu language - access this page

WAMP Server When you install WampServer, a "www" directory is created (generally c:\wamp\www). Create a directory inside for your project and put your PHP files in it. Click on the link "Localhost" in the WampServer menu or open your browser and open the http://localhost address.

Apache Apache is a popular Web server that many ISPs and individuals use to host Web pages. When you install Apache on your system your machine becomes a Web server. Pages stored on your system are then accessible on the Internet via the machine's IP address. In order for pages to be viewed on the Internet, the files must be stored in a special directory. The directory location in our classroom is C:\wamp\www. If you want to share your pages with others, they must know the IP Address of your machine, i.e., 179.199.9.100.

When we create projects in class… You will create a new folder with the project assignment in the directory: C:\wamp\www Ex: C:\wamp\www\lab1

Starting WAMP To launch your web server go to Start All Programs WampServer (or wherever you installed WAMP to) and click start WampServer. You'll notice a small icon in the bottom right corner of your screen changing from red to white. That was just the WAMP server that booted up. By left-clicking on the icon you'll get to the server options. The meaning of the icon status changes are shown below: WAMP offline mode WAMP online mode Offline mode means that only you, from your computer, can access your server. External access will be blocked (indicated by the black lock in the icon). This is the default setting and should always be used for website testing. Online mode on the other hand means that everyone can access your server from anywhere. This is option is for using your computer as a live web server should you intend to do that.

Testing the files Testing pages on a local computer is easier, it eliminates the need to FTP files to the Web host. From a browser: Make sure WAMP is up and running in offline mode. Enter localhost into your browser bar and hit enter. http://localhost/ What localhost does is simply to look for an index file (in this case index.php) in your www root folder and load it into the web browser. You can go to that folder (usually C:/Program Files/wamp/www/) and check for yourself that such file indeed exists. You could now start building your own website by replacing the index file with your own index file (index.php, index.html, ...). Every time you'd made a change to your website you'd hit F5 in your web browser to load the most recent version.