Introduction.  What does this course mean to VGP?  Creating persistent worlds  Offline multiplayer games  Save/retrieve data from the Web  What does.

Slides:



Advertisements
Similar presentations
WordPress Installation for Beginners Sheila Bergman
Advertisements

PHP II Interacting with Database Data. The whole idea of a database-driven website is to enable the content of the site to reside in a database, and to.
PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
Web Hosting Lan Vu. How does a Website work ? Web development concepts Web Design Web Hosting Domain Name.
PHP and MySQL Database. Connecting to MySQL Note: you need to make sure that you have MySQL software properly installed on your computer before you attempt.
By Brian Vees.  SQL Injection  Username Enumeration  Cross Site Scripting (XSS)  Remote Code Execution  String Formatting Vulnerabilities.
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.
Multiple Tiers in Action
Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
Website Development with PHP and MySQL Introduction.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
1 Foundations of Software Design Lecture 27: Java Database Programming Marti Hearst Fall 2002.
E-Commerce The technical side. LAMP Linux Linux Apache Apache MySQL MySQL PHP PHP All Open Source and free packages. Can be installed and run on most.
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 21: Publishing Your Pages on the Web.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
By Jeerarat Boonyanit. As you can see I have chosen Cpanel for my server management tool. cPanel is a Linux based web hosting control panel that provides.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Lecture 3 – Data Storage with XML+AJAX and MySQL+socket.io
Copyright © Texas Education Agency, All rights reserved.1 Web Technologies Web Administration.
Powerpoint Templates Page 1 Powerpoint Templates Web Programming PHP MySql Ikbal Jamaludin.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
Introduction to Interactive Media 05: How the Web Works: Domain names, Hosting and Fundamentals of HTML.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
IDK0040 Võrgurakendused I harjutus 06: PHP: Introduction Deniss Kumlander.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
Internet Research Practice and Experience Ravi Iyer.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
Here you are at your computer, but you don’t have internet connections. Your ISP becomes your link to the internet. In order to get access you need to.
Installing and Using MySQL and phpMyAdmin. Last Time... Installing Apache server Installing PHP Running basic PHP scripts on the server Not necessary.
Technology & Management Club Development Software Overview.
Mini Group Presentations: php by Veronica Black + Jia Xu.
 2004 Prentice Hall, Inc. All rights reserved. 1 Segment – 6 Web Server & database.
Website Development with PHP and MySQL Saving Data.
1 Welcome to CSC 301 Web Programming Charles Frank.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Login to a Database (from a Webpage), Inserting data into a database from a form, getting data from database and display on Webpage Done by: Mashail Alsolamy.
Web Architecture Introduction
Web Scripting [PHP] CIS166AE Wednesdays 6:00pm – 9:50pm Rob Loy.
Creating A Database Driven Website 1.Setting Up Your Web Server 2.Creating a Database 3.Creating a Webpage to Display Information From a Database 4.Creating.
NMD202 Web Scripting Week5. What we will cover today PHP & MySQL Displaying Dynamic Pages Exercises Modifying Data PHP Exercises Assignment 1.
CSI 3125, Preliminaries, page 1 Networking. CSI 3125, Preliminaries, page 2 Networking A network represents interconnection of computers that is capable.
Server-Side Solutions Steve Perry
 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.
Introduction to Interactive Media Choosing a Domain Name and a Web Host.
Hostway Confidential & Proprietary Introduction to Web Hosting.
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.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
PHP and SQL Server: Connection IST 210: Organization of Data IST2101.
L.A.M.P. İlker Korkmaz & Kaya Oğuz CS 350. Why cover a lecture on LAMP? ● Job Opportunities – There are many hosting companies offering LAMP as a web.
Tonga Institute of Higher Education IT 141: Information Systems
A PRESENTATION ON (IN PHP,CSS,HTML)
Databases.
Introduction to Dynamic Web Programming
Introduction to Web programming
Some bits on how it works
Hidaya Institute Of Science & Technology
How to hook up hosting nameservers on Hostgator Cpanel
How to hook up hosting nameservers on Godaddy
PHP / MySQL Introduction
Database Driven Websites
Tonga Institute of Higher Education IT 141: Information Systems
Accessing Your MySQL Database from the Web with PHP (Ch 11)
Tonga Institute of Higher Education IT 141: Information Systems
Introduction to PHP.
Hypertext Preprocessor
Presentation transcript:

Introduction

 What does this course mean to VGP?  Creating persistent worlds  Offline multiplayer games  Save/retrieve data from the Web  What does this course mean to Web?  Server Side Scripting  Creating Web APIs  Intro to real-time communication

 Domain  Registrars ▪ Godaddy ▪ Namecheap ▪ Others  Rules ▪ Cannot transfer within 60 days of creating domain

 Hosting  Godaddy  Hostgator  Amazon  Others

 Hello Gregory Miranda, Thank you for your order with HostGator.com! You can login to our billing system at using the address we sent this to, and the password 46Yb6Dx2kvFj Shared Plan: Baby Your Control Panel: Username: gmiranda Domain: gamemakeracademy.com Password: pAhp4i0"nebI 1st Nameserver: ns6097.hostgator.com 2nd Nameserver: ns6098.hostgator.com Server IP: http://gbclient.hostgator.com/loginhttps://gator3049.hostgator.com:2083gamemakeracademy.comns6097.hostgator.comns6098.hostgator.com

 Nameservers  Set domain to host’s DNS IP address(es)  Checking owner of a website  Whois

  Files  FTP  Add-on domains  Subdomains  mySQL

 Databases  Creating in cPanel ▪ MySQL Database Wizard  Viewing in phpMySQL ▪ Creating tables ▪ Queries ▪ insert, delete, select ▪ where clauses ▪ joins

 PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language.  The PHP code is enclosed in special start and end processing instructions that allow you to jump into and out of "PHP mode."  PHP is executed on the server, generating HTML which is then sent to the client.  The client would receive the results of running that script, but would not know what the underlying code was.    

 Connect to database  Read/write data  Close connection 

 Data Formats  HTML  JSON ▪ ▪ ▪  XML  CSV

 