development of a prototype web shop - Theseus [PDF]

It was able to use these tools and technologies by integrating each other to give the desired output. As a result there

0 downloads 2 Views 2MB Size

Recommend Stories


PDF MEAN Web Development
It always seems impossible until it is done. Nelson Mandela

[PDF] Flask Web Development
Almost everything will work again if you unplug it for a few minutes, including you. Anne Lamott

PDF Node.JS Web Development
Forget safety. Live where you fear to live. Destroy your reputation. Be notorious. Rumi

PDF Node.JS Web Development
How wonderful it is that nobody need wait a single moment before starting to improve the world. Anne

[PDF] Node.JS Web Development
When you talk, you are only repeating what you already know. But if you listen, you may learn something

A Prototype of pieDrive
This being human is a guest house. Every morning is a new arrival. A joy, a depression, a meanness,

Applications Development Specialist (Web) (PDF)
There are only two mistakes one can make along the road to truth; not going all the way, and not starting.

marketing process of hotel services - Theseus [PDF]
enable Hilton Hotel to be more profitable in terms of sales and marketing. The research ... benefit from Transcorp Hilton sales promotion and advertising. Keywords: ...... es and incentive trips plans for their customers as part of their sales promot

The Myth of Theseus
Learn to light a candle in the darkest moments of someone’s life. Be the light that helps others see; i

Untitled - Theseus
Nothing in nature is unbeautiful. Alfred, Lord Tennyson

Idea Transcript


MENGISTU, KIRUBEL ABEBE

DEVELOPMENT OF A PROTOTYPE WEB SHOP

DEVELOPMENT OF A PROTOTYPE WEB SHOP

MENGISTU KIRUBEL ABEBE Bachelor’s thesis Spring Term 2014 Degree Programme in Information Technology Oulu University of Applied Sciences

PREFACE

This thesis was made on the topic of “Development of a prototype web shop." as a final year thesis project by Mengistu Kirubel Abebe. This thesis was intended to be made for a small business firm that sells, rents and /or exchanges used cars. Oulu, May 2014 Mengistu Kirubel Abebe

ABSTRACT Oulu University of Applied Sciences Degree Program in Information Technology Author: Kirubel Abebe Mengistu Title of thesis: Development of a Prototype Web Shop. Supervisor: Kari Laitinen Term and year of completion: Spring 2014

Number of pages: 69

This Bachelor's thesis was commissioned by a firm called “IGO Toiminimi“ and the aim of it was to develop a web application to help both the company and private users to post and advertise cars they are selling, renting or exchanging. To develop this application few technologies and tools were used. They include PHP, MySQL, HTML, JavaScript, CSS, Bootstrap (to design the interface) and Sublime Text (as a source code editor). It was able to use these tools and technologies by integrating each other to give the desired output. As a result there is a working program that runs in a “localhost” server connection. Users can register and log in to the system in order to interact with the application. As it has not been tested on a real working server on a web, in future the development requires more options for the users for a better interaction with the system in a user friendly and easy way. More technologies might also need to be introduced for a faster and better outcome.

Keywords: PHP, MySQL, HTML, JavaScript, CSS, Bootstrap. 4

CONTENT PREFACE ……………………………………………………………………………………………………..3 ABSTRACT……………………………………………………………………………………………………4 CONTENTS……………………………………………………………………………………………………5 1 INTRODUCTION……………………………………………………………………………………………7 2 THE WORK ENVIRONMENT…………………………………………………………………………....8 3 SHORT DESCRIPTION OF THE WEB APPLICATION…………………………..…………………….9 4 IMPLEMENTATION……………………………………………………………………………………….11 4.1 .implode( '`,`',$keys)."`) VALUES ({$values})"; if(!$this->query($sql,$fields)->error()) { return true; } return false; } Step 12 A public function called “update” was created. It takes three variables as “table”, “id” and “fields”, to help updating the table, specific “id” and set of fields. public function update($table,$id, $fields = array()) { $set = null;

//setting to empty string

$x = 1; //incrementing x variables for each elemetns foreach($fields as $name=>$value) { $set .= "{$name}= ?"; if($xquery($sql,$fields)->error()) { return true; } return false; }

Step 13 A public function called “error” was created, it returns the error. public function error ( ) { return $this ->_error; } Step 14 This step showed the ability how to insert and update the records that already exist. An observation was made looking at the insert method that just basically takes the name of the table and list of the fields that are required to be inserted by a field name and value.

30

31

FIGURE 15. This is how the “DB.php” > //div wrapper styling Choose a username

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.