HOME > Development > Create an online casino website by mysql,php and javascript

Create an online casino website by mysql,php and javascript

  • Development
  • Dec 05, 2024
SynopsisCreate an online casino website by mysql,php and javascript,...
Create an online casino website by mysql,php and javascript  No.1

Create an online casino website by mysql,php and javascript, available at $59.99, has an average rating of 4.2, with 87 lectures, based on 12 reviews, and has 130 subscribers.

You will learn about website design html css javascript php networking how website works how to create a website how to design a website creating roulette creating roulette using javascript creating games using php and javascript databases mysql databases how to connect to a database apache what is apache This course is ideal for individuals who are website developers or php programmers or javascript developers or graphic designers It is particularly useful for website developers or php programmers or javascript developers or graphic designers.

Enroll now: Create an online casino website by mysql,php and javascript

Summary

Title: Create an online casino website by mysql,php and javascript

Price: $59.99

Average Rating: 4.2

Number of Lectures: 87

Number of Published Lectures: 87

Number of Curriculum Items: 87

Number of Published Curriculum Objects: 87

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • website design
  • html
  • css
  • javascript
  • php
  • networking
  • how website works
  • how to create a website
  • how to design a website
  • creating roulette
  • creating roulette using javascript
  • creating games using php and javascript
  • databases
  • mysql databases
  • how to connect to a database
  • apache
  • what is apache
  • Who Should Attend

  • website developers
  • php programmers
  • javascript developers
  • graphic designers
  • Target Audiences

  • website developers
  • php programmers
  • javascript developers
  • graphic designers
  • in this course we will teach you , how to create an online casino website using several programming languages including, php , mysql , javascript . so some of the topics are as following :

    1- networking:

    including overall introduction to networking , definition of protocol and port numbers , computer structure , private and public ip addresses , tcp/ip networks, http and https protocol and some other concepts about networking .

    2-Mysql :

    we will explain the definition of databases and benefits of mysql , . what xampp and lamp are and how to install lamp on linux which includes apache, linux, mysql and php . after that we give an introduction about how to work with mysql in linux using cli or command line interface.

    3- html and css :

    in this module we will teach you almost everything you need to create the graphics of a website including almost all the tags in html , and how to use css to modify the appearance including margins, borders, padding , animation in css and many more topics that you could check in the module four of the course html and css .

    4- creating a sign-up form using php and mysql

    in this module we will give you an introduction about what php is and how to use php and mysql with each other . and then we use php and mysql to create a sign-up and register page . the graphics of this page has already been created using html and css in the earlier module , so in here we program it , we connect to database using mysql and we do various kind of validation including email validation using php .

    5- javascript crash course

    this module could be a complete separate course . we give you a complete introduction about javascript . what is javascript, what is DOM and how to access html and css using javascript are some questions which would be answered in this module.  also eventhandlers , object and addeventlisteners which could listen for user events and do something based on the user code are some benfits of them .

    6- creating roulette game using javascript

    in this module finally we use everything we learned in previous module to implement our module and design a game using javascript.

    Course Curriculum

    Chapter 1: introduction – what you will learn in this course

    Lecture 1: introduction – what you will learn in this course

    Chapter 2: networking

    Lecture 1: definition of protocol

    Lecture 2: definition of ports

    Lecture 3: computer structure(transistors)

    Lecture 4: private ip address

    Lecture 5: how addressing works in computer world

    Lecture 6: nat(network address translation)

    Lecture 7: tcp-ip network stack

    Lecture 8: format of a packet

    Lecture 9: http request

    Lecture 10: http response

    Lecture 11: web hosting

    Lecture 12: apache

    Lecture 13: using apache to make linux as a webserver

    Chapter 3: Mysql

    Lecture 1: what are databases

    Lecture 2: xampp and lamp

    Lecture 3: creating database and tables in mysql cli

    Lecture 4: select-insert-delete-update in mysql

    Chapter 4: create our online casino website (html and css)

    Lecture 1: what is html

    Lecture 2: format of an html page

    Lecture 3: html basic tags

    Lecture 4: html important tags

    Lecture 5: different types of applying css

    Lecture 6: format of our casino website

    Lecture 7: creating main page of our casino

    Lecture 8: margin and padding in css

    Lecture 9: id and margin in html and css

    Lecture 10: links in html and css

    Lecture 11: colors in css

    Lecture 12: colors of links

    Lecture 13: completing main page-part1

    Lecture 14: completing main page-part2

    Lecture 15: completing main page-part3

    Lecture 16: creating sign-up page- html

    Lecture 17: creating sign-up page – css – part1

    Lecture 18: creating sign-up page – css – part2

    Lecture 19: creating sign-up page- css- borders and shadowing

    Lecture 20: creating sign-up page- css- transition and transform

    Lecture 21: login page- part1

    Lecture 22: login page – part2

    Lecture 23: what is roulette

    Lecture 24: roulette-part1

    Lecture 25: roulette-part2

    Lecture 26: roulette-part3

    Lecture 27: roulette-part4

    Lecture 28: roulette-part5

    Lecture 29: roulette-part6

    Lecture 30: roulette-part7

    Lecture 31: roulette-part8

    Lecture 32: roulette-part9

    Lecture 33: roulette-part10

    Chapter 5: creating sign-up page using mysql and php

    Lecture 1: php in html and vice versa

    Lecture 2: using mysql inside php

    Lecture 3: connecting to database using mysql inside php

    Lecture 4: retreiving results from database

    Lecture 5: retreiving data using fetch_assoc()

    Lecture 6: get vs post method

    Lecture 7: inserting unique emails into database

    Lecture 8: form validation

    Chapter 6: javascript crash course

    Lecture 1: DOM(document object model)

    Lecture 2: including javascript in our webpage

    Lecture 3: variables and if-else statements

    Lecture 4: accessing html elements-getelementbyid ()

    Lecture 5: javascript injection

    Lecture 6: accessing html elements-getelementsbyclassname()

    Lecture 7: accessing html elements – getelementsbytagname()

    Lecture 8: functions in javascript

    Lecture 9: EventHandlers-onclick

    Lecture 10: addEventListener()

    Lecture 11: Math object

    Lecture 12: creating elements using javascript

    Lecture 13: arrays in javascript

    Lecture 14: for and while loops

    Chapter 7: creating roulette game using javascript

    Lecture 1: creating some more sections using html and css

    Lecture 2: some animation using javascript

    Lecture 3: creating bet and money textboxes using html and css

    Lecture 4: writing the algorithm of our roulette game

    Lecture 5: defining variables for roulette game

    Lecture 6: creating bet function for roulette-part1

    Lecture 7: creating bet function for roulette-part2

    Lecture 8: handling the spin button

    Lecture 9: handling money in roulette game

    Lecture 10: starting the roulette game by creating a random number

    Lecture 11: winning and loosing in the roulette game

    Lecture 12: completing the roulette game

    Chapter 8: added sections (answers to students questions)

    Lecture 1: installing virtual box and kali linux

    Lecture 2: installing apache2 and mysql and troubleshooting

    Instructors

  • Create an online casino website by mysql,php and javascript  No.2
    mohamad gharishvandi
    Master of Science in Electronics engineering
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 1 votes
  • 3 stars: 1 votes
  • 4 stars: 0 votes
  • 5 stars: 9 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!