My final project was creating an online weapon store. In my store I have two different lists of weapons, melee and fire. I have a registration form where.

Slides:



Advertisements
Similar presentations
Support.ebsco.com EBSCOhost Collection Manager Approver Account Functions Tutorial.
Advertisements

Processing Your Loyalty Order Online. Table of Contents Click for direct link to your preferred topic: Process your Loyalty Rewards Order TODAY Edit your.
CVAC Store & Christmas Order You must be signed in to your CVAC account first, then select the Merchandise menu item from our main menu that runs across.
MY NCBI (module 4.5).
Tutorial EBSCOadmin User Groups support.ebsco.com.
Module 4: System Maintenance Intuit Financial Services University Internet Banking Certification Training.
Project Implementation for COSC 5050 Distributed Database Applications Lab4.
Vinotemp Online Store Presented by: Ken Hoang. Motivation To help the company selling its products online A part of my works.
Assignment 5 COMP 6620 André Murphy. Conceptual Model This interface is designed to allow Auburn University students and employees to order pizzas through.
Training Guide. The Punch Out Catalog System The Punch Out shopping catalog for Tech Depot takes the user directly into the vendor’s website and online.
The easy way to shop online and explore all around market sitting at home Project Created & Presented By: Siddhant Aggarwal 2374 CSE-B(4 TH YEAR) DITM.
Training Guide. The Punch Out Catalog System The Punch Out shopping catalog for Office Depot takes the user directly into the vendor’s website and online.
A02 Creating my website NAME ______________. UNIT 2 – A02 – Creating my Website The purpose of this assessment objective is to create 5 web pages containing.
STOCKDOC Advanced Stock Management System
NITAAC Customer Support Phone: Website: NITAAC.nih.gov Customer Guide for using the electronic Government.
Preventing SQL Injection ~example of SQL injection $user = $_POST[‘user’]; $pass = $_POST[‘pass’]; $query = DELETE FROM Users WHERE user = ‘$user’ AND.
Design of GuitarWorld.com
Getting started on informaworld™ How do I register my institution with informaworld™? How is my institution’s online access activated? What do I do if.
Server-side Scripting Powering the webs favourite services.
WELCOME TO Online Ad Posting Work INSTRUCTIONS HOW TO POST FREE ADS ON INTERNET
ProDiesel ® Website Tips Online Cataloging. At the top of each page of our website is an Icon Labeled Web Catalog. Click this icon to go to the Home Catalog.
Topshare websites consists of two area’s: A public domain and a Secure domain. The public domains are regular website, viewable for everyone with a internet.
DocuShare Training Welcome to DocuShare Training.
Online Shopping JavaScript project for CS 175 JavaScript for Web Development, Spring 2009 By Sita Akella.
PHP and MySQL for Client-Server Database Interaction Chapter 10.
By: Alyson Privitera Shelley Young, Wafa Fahmy, and Mehjabeen Qureshi May 10, 2005.
A Simple Online Store By: Lisa Schwartz ECE 3553 – Multifarious Systems Dr. Këpuska – Fall 2006.
Designing an Inventory Database System CS489 Research Project in Computer Science John Ahigian Advisor: Dr. Wang CS489 Research Project in Computer Science.
SHOPPING CARTS CHAPTER 19. E-COMMERCE Typically, an e-commerce site will have public pages and admin pages.
1 1 User Manual Purchase and Order Tracking on the SKF Giftzone.
Replacement Parts Pros How to…Order Products Home Page: Displays the different categories of product Drop down menu lists the.
ISYS 475 Project: Customizing a Zen Cart E-Commerce Site.
Admin Interface Screen Shots Iron Wind Metals Shopping Cart Project.
Confidential Web Ordering Overview. Confidential LOG ON:   Enter your login name &
If you need to use some information that is not contained in one of the pre-selected tables, you can find out where that data is stored through the Banner.
Customer Views Home Page Your AccountView CartHelp Search for in Top-level list of catalogs, which will include “bikes,” “bike parts,” “clothing,” and.
DataFlow Diagram – Level 0
CS 149 Advance Perl Final Project Implementing an E-commerce shopping cart using cookies Presented by Dzung Tran.
Grocery Shop. Front Page 2copyrighted to ilancecustomization.com.
MGS 351 Introduction to Management Information Systems RECITATION 12.
We've made it easy for you to buy online. We’ve also added a dedicated customer care team to answer any questions or to walk you through the order process.
>> PHP: File Uploads. Pre-requisite Go Online – Download file modify-item.php – copy it to your root folder (D:\xampp\htdocs\Buy4mMe) Web-Based Systems.
Training Guide. The Punch Out Catalog System The Punch Out shopping catalog for Corporate Express takes the user directly into the vendor’s website and.
Designing a Relational Database 13.4 Page A database should be created based on a design  Three steps Determine what information should be stored.
IS2803 Developing Multimedia Applications for Business (Part 2) Lecture 1: Introduction to IS2803 Rob Gleasure
Federal Acquisition Service U.S. General Services Administration
CSCI 6962: Server-side Design and Programming Shopping Carts and Databases.
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
This document provides all the information to effectively use Salomon Canada B2B RETAILER SOLUTION URL:
STING/TITANS UNIFORM ORDERING SYSTEM or
Work In Progress Presentation. Orders Alex Thornton.
Use Case Diagrams A Detailed Description. Use Case Diagrams Use case diagrams describe relationships between users and use cases A use case is a (usually.
© Sentek Pty Ltd 2006 For over 15 years revolutionizing soil moisture, fertilizer and salinity management EnviroSCAN Diviner 2000 EnviroSMART EasyAG IrriMAX.
Journal of Mountain Science (JMS)
TEST PREP SEMINARS 2017 PayPal Buttons Lets Begin!
ACE STUDENT How to register in the CUNY Portal
Request for Quote & Build Configuration
Customer Online Ordering
Web Design and Development
B2C Online Store. B2C Online Store Group Members Introduction Name: Muhammad Gulfam VU ID: MC Program: MCS Supervisor: Muhammad Qamar Usman.
last modified 3/1/12LL->printed November 2012
Checkout and Electronic Payment Processing
CSM System ( Customer Service Management System)
Begin from your Arbiter page
What is Cookie? Cookie is small information stored in text file on user’s hard drive by web server. This information is later used by web browser to retrieve.
Login & administration page
Request for Quote & Build Configuration
Request for Quote & Build Configuration
A02 Creating my website NAME ______________.
Presentation transcript:

My final project was creating an online weapon store. In my store I have two different lists of weapons, melee and fire. I have a registration form where users can register and buy weapons, while I am the designer as well as the administrator

These two pages are simply filler pages to make the website look more presentable and real, but the real purpose was testing my CCS style for the webpage and see the future appearance for the rest of them.

My registration functionality is a combination between an html and php page. When I hit the registration button on my webpage its going to go to html webpage first and after hitting the create account is going to go to the php file where it each check every single data of the checkboxes to see if the form was entered in the right way.

My store is divided in two lists, Melee and Fire weapons, they work the same way except that when I display them I open the database where the weapon are stored with their Id, price and name and picture. I have a weaponType, melee or Fire and that way I display them

These two files insert and remove items from an user’s shopping cart. I created a database table called addtocart. If am adding to cart I am insert into this table if I delete from the cart then I would create a query that deletes from the addtocart table too.

Each time we place an order after an user has a shopping cart, it redirects to the home page and erases the current shopping cart. This php file includes functionality from the delete from cart and also storing in the table called orders all of the items placed in the order

All of the users with placed orders re going to be viewable at the view orders section, this section is only viewable to the administrator. Only I am the administrator and have this privilege.