frozenparadox99 / php-course

first repo in php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP - COURSE

Learning how to make web apps with PHP using phpmyadmin and sql with google authentication

Project Organization

├── php-google-login              <- Code for the google login app
├── README.md                     <- The top-level README 
│
├── php-myadmin-section-1         <- Connecting a db with PHP
│
├── php-myadmin-section-2         <- CRUD operations
│
├── php-myadmin-section-3         <- Create a table in html using fetched data from the database
│
├── php-myadmin-section-4         <- App for logging book details. See website below.
│
├── php-sessions-and-cookies      <- Understanding their working in PHP

Topics Covered

  • CRUD operations using phpmyadmin and mysql
  • sessions and cookies
  • Forms through HTML
  • Authentication through google's google-oauth-client-php
  • Basics of php

Site Images

Google Login

Book-db CRUD Operations

About

first repo in php


Languages

Language:PHP 96.5%Language:HTML 3.5%