Projects in PHP and MySQL
Projects in PHP and MySQL, available at $54.99, has an average rating of 4.75, with 89 lectures, based on 1007 reviews, and has 12734 subscribers.
You will learn about To Learn Web Programming Technologies such as PHP, MYSQL, JavaScript and JQuery Build Practical projects during the course Learn about popular web frameworks Learn the software development process This course is ideal for individuals who are Developers who quickly want to pick up project building skills. or Expert programmers who want to use specific project code and build on top of it It is particularly useful for Developers who quickly want to pick up project building skills. or Expert programmers who want to use specific project code and build on top of it.
Enroll now: Projects in PHP and MySQL
Summary
Title: Projects in PHP and MySQL
Price: $54.99
Average Rating: 4.75
Number of Lectures: 89
Number of Published Lectures: 78
Number of Curriculum Items: 89
Number of Published Curriculum Objects: 78
Original Price: $49.99
Quality Status: approved
Status: Live
What You Will Learn
- To Learn Web Programming Technologies such as PHP, MYSQL, JavaScript and JQuery
- Build Practical projects during the course
- Learn about popular web frameworks
- Learn the software development process
Who Should Attend
- Developers who quickly want to pick up project building skills.
- Expert programmers who want to use specific project code and build on top of it
Target Audiences
- Developers who quickly want to pick up project building skills.
- Expert programmers who want to use specific project code and build on top of it
This is the ultimate course for all web developers who want to learn web programming while building practical projects along with the instructor. This course will help both beginners and experts alike. This course will primarily teach project building using MySQL and PHP but it covers Javascript, JQuery, Ajax, web frameworks, WordPress and various other popular technologies in great detail.
This course can be done sequentially or you can pick and select the project and start working on them directly. These projects are all independent of each other. Besides the royalty free code can be used for any of your personal projects.
Project Details:
Shoutit Shoutbox
Description: Shoutit is a PHP powered shoutbox which uses mySQL to store shouts. This is a very basic PHP/MySQL
application. It is strictly procedural coding and uses the mysqli api
Features/Technologies:
PHP Syntax, PHPMyAdmin, MySQL Select, MySQL Insert, Loops, Superglobals (GET, POST), Associative Arrays, HTML/CSS
PHP Quizzer
Description: Quizzer is a simple PHP/MySQL based quiz engine. it uses multiple choices and admins can create
new quizes from within the browser
Features/Technologies:
PHP Syntax, PHPMyAdmin, MySQL Select, MySQL Insert, Loops, Superglobals (GET, POST), Associative Arrays,
HTML/CSS, Includes, Math Functions
PHP Lovers Blog
Description: This blog project is much more advanced than the earlier projects. We create a fairly large blogging
system. We create an admin section to add posts, delete posts as well as update them. We take our first look
at using libraries and classes in OOP as we create a completely custom MySQLi Database class. We also create
custom helper functions
Features/Technologies:
PHP OOP, PHPMyAdmin, MySQL CRUD, Loops, Superglobals (GET, POST), Associative Arrays, Bootstrap Framework
TalkingSpace Form
Description: Here we step up our coding standards and completely separate logic from display. We create a PDO
database class along with 3 or 4 other classes including Topics, Users and a Validator class for form validation
Features/Technologies:
Separate Logic & Display, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Loops, Superglobals (GET, POST), Associative Arrays,
Custom Template, User & Topic Libs, Sessions, Bootstrap Framework
The GamingPlace Shopping Cart
Description: This is an ecommerce-based MVC web application written with the Codeigniter framework. We utilize many of
Codeigniters libraries, helpers and structure. Users can register, add products to their cart and checkout using PayPal
Features/Technologies:
Codeigniter, MVC, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Sessions, PayPal Express Checkout API
WordPress Contact Widget
Description: We will create a plugin/widget for WordPress that will allow us to put a small contact form in any widget position in the template. It
gives users an easy way to get in touch. The widget will have options in the backend like recipient and subject
Features/Technologies:
WordPress Platform, WordPress Plugin API, WordPress Widget API, PHP OOP, PHPMyAdmin
AJAX Address Book
Description: A completely custom addressbook application written in PHP along with jQuery and Ajax. Ajax is used to fetch contacts as well as add and edit them.
We use the “Foundation” HTML5 framework for the application’s user interface.
Features/Technologies:
Foundation Framework, Ajax, jQuery, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Superglobals (GET, POST), Associative Arrays
JobFinds Job Board
Description: This is a fairly large project in which we will be using the CakePHP framework to build a job board. Users can register and login
to add a job. We also implement search & filter to narrow down job searches by keywords, location and category. We use the Kickstart HTML5 framework for UI
Features/Technologies:
CakePHP, MVC, Kickstart, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Superglobals (GET, POST), Associative Arrays
Kewl CMS Content Management System
Description: Kewl CMS is a Codeigniter based application for managing website content. We will build both frontend and backend. Bootstrap will be used for UI
Features/Technologies:
Codeigniter, Bootstrap, MVC, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Superglobals (GET, POST), Associative Arrays
WordPress Bridge Plugin for TGP
Description: We will build a WordPress plugin that will allow us to connect to the “TheGamingPlace” database and display a set number of products in
a WordPress page using a custom shortcode
Features/Technologies:
WordPress Platform, WordPress Plugin API, WordPress Widget API, PHP OOP, PHPMyAdmin
Course Curriculum
Chapter 1: Getting Started with PHP
Lecture 1: Course Intro
Lecture 2: Environment Setup
Lecture 3: PHP Basics
Chapter 2: Project 1 – Shoutit Shoutbox
Lecture 1: Building the UI
Lecture 2: Create Database
Lecture 3: Connect and Fetch Shouts
Lecture 4: Validate and Insert Shouts
Chapter 3: Project 2 – PHP Quizzer
Lecture 1: Quizzer UI – Part 1
Lecture 2: Quizzer UI – Part 2
Lecture 3: Connect to database
Lecture 4: Fetch data from database
Lecture 5: Process Answers
Lecture 6: Add Question Form
Chapter 4: Project 3 – PHP Lovers Blog
Lecture 1: Folder Structure
Lecture 2: Frontend UI
Lecture 3: Create Database class
Lecture 4: Frontend database fetch
Lecture 5: Admin UI
Lecture 6: Admin Database fetch
Lecture 7: Insert Post and Categories
Lecture 8: Update and Delete
Chapter 5: Project 4 – Talking Space Forum
Lecture 1: The File Structure
Lecture 2: The UI
Lecture 3: Inner page HTML
Lecture 4: Adding the CSS
Lecture 5: The Database
Lecture 6: The Template Class
Lecture 7: Inner Page Templates
Lecture 8: The Topic Class
Lecture 9: Topic with Category Filters
Lecture 10: Single Topic Pages
Lecture 11: The User Class
Lecture 12: Validator class
Lecture 13: Login and Logout
Lecture 14: Adding Topics
Chapter 6: Project 6 – WordPress Contact Widget
Lecture 1: Install WordPress
Lecture 2: WordPress Plugin Structure
Lecture 3: Create Widget Class
Lecture 4: Post with JQuery and Ajax
Lecture 5: Build PHP Mailer
Chapter 7: Project 7 – Addressbook
Lecture 1: Create Structure
Lecture 2: Address book foundation UI
Lecture 3: Database and Config
Lecture 4: Select and Add contacts
Lecture 5: Edit and Delete Contacts
Lecture 6: Edit and Delete Contacts – part 2
Chapter 8: Project 8 – Job Find Jobs Board
Lecture 1: HTML Layout
Lecture 2: Part 2 CSS
Lecture 3: Inner page HTML
Lecture 4: Database Installation and Config
Lecture 5: Jobs Display
Lecture 6: Layouts and Elements
Lecture 7: Browse Controller and View
Lecture 8: Search and Filter
Lecture 9: Add, Edit and Delete Jobs
Lecture 10: Update and Delete Jobs
Lecture 11: User Aunthentication
Lecture 12: Login and Access Control
Chapter 9: Project 9 – Kewl CMS
Lecture 1: Code Igniter Install and configure
Lecture 2: Kewl CMS UI
Lecture 3: Inner page and Login UI
Lecture 4: Create Kewl Database
Lecture 5: Frontend Articles and Views
Lecture 6: Front end Inner pages
Lecture 7: Admin Dashboard and Layout
Lecture 8: Admin Articles and categories
Lecture 9: Articles Update , Publish and Delete
Lecture 10: Categories
Lecture 11: Search and Filter
Lecture 12: Users and Groups
Lecture 13: Aunthentication
Lecture 14: Access Control
Chapter 10: Project 10 – TGP WordPress Plugin
Lecture 1: Create Plugin File & Menu item
Lecture 2: Create Plugin Options Form
Lecture 3: Storing Options value
Lecture 4: Display Plugin Data
Chapter 11: Course Summary
Lecture 1: Summary
Lecture 2: Bonus Lecture: More Interesting Stuff, Offers and Discounts
Instructors
-
Eduonix Learning Solutions
1+ Million Students Worldwide | 200+ Courses -
Eduonix-Tech .
Rating Distribution
- 1 stars: 32 votes
- 2 stars: 24 votes
- 3 stars: 111 votes
- 4 stars: 310 votes
- 5 stars: 530 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!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024