Full PHP (PDO) & MYSQL Project - ToDo List

preview_player
Показать описание
How to learn PHP (PDO) and MySQL with Practical full Project.

Todo list application with PHP

PHP CRUD Tutorial with MySQL & PDO (Create, Read, Update, Delete)

PHP (PDO), MYSQL and JQuery AJAX Full #Project from Scratch.

► Subscribe Us:

💻 Source Code:

Build Real Web App with #PHP #PDO and #MYSQL Database.

PDO Crash Course (PHP)
How to learn PHP and MySQL with Practical full Project
Simple PHP project | PHP project

⭐️ Thank You For Watching ⭐️
Рекомендации по теме
Комментарии
Автор

Note

02:07 -- HTML
04:59 -- CSS
05:53 -- Database: Build Database
07:15 -- PHP: Connect to Database
09:40 -- PHP: Get & display tasks from Database
14:17 -- PHP: Completed tasks (Get)
17:22 -- PHP: Add tasks
23:36 -- JQuery & PHP: Remove tasks
28:35 -- PHP: Completed task (Post)

DiepNguyen-bgeo
Автор

Finally....done for my daily thank u👍👍👍👍☺️☺️☺️

sibaprasadsahu
Автор

Your video tutorials are soooo awesome!!! Can you please do a PHP/MYSQL forgot/reset password tutorial ? :)

maxiequa
Автор

hello, did you use Ajax to make this todo list ???

velsockalingum
Автор

You just got a new subscriber and a likes, I love this video, as a beginner on web developing this helps a lot, but there are so many things that I'm going to look up by myself later.

Like

prepare()
execute()
isset()

(what the hell is PDO?)

PDOExecption (?)
getMessage() is this a jquery built in function?
.hide()


most of what i'm confused probably came from jquery built in function, gonna write some notes about it. over all thanks man

fredianriko
Автор

the value of checked is not getting stored in the database if i checked the check-box or unchecked it, where is the problem! Although there is no error in the code

techease
Автор

Excellent tutorial, very helpful and thanks for sharing code so I could find and correct my errors easily

photoinshot
Автор

Nice project. Nevertheless, code is too scattered around. Writing php directly inside your html view index is not just an undesirable practice and but also difficult to follow. Good practice is good practice!

evg_adu
Автор

Hello, how can I change the todo-item color to green when it's checked without refreshing the page? I tried to add a line into the script, below "h2.addClass('checked')", "$(this).parent().css("background-color", "aquamarine");" and it works but when refreshing the page the color disappears.

antonmarinov
Автор

hi, I tried it with vanilla js through the POST method and it doesn't work for me. Best regards

FrankEstebanIsdray
Автор

I got a one problem I wrote about it in facebook dm

oliviay
Автор

I don’t know why but when I go to localhost/to-do-list nothing appears. I’ve double checked the html like eight times. I have Mac OS big sur. Is there something happening there? Should I use a different local server?

caitlinyoon
Автор

Hey, can you show us how to host this on cloud sever? Iike using heroku or even AWS?

fredianriko
Автор

hello, thank you so much for the great tutorial.
I wanna share the todo list with another person.. how can I do that. can you help me?

sihamali
Автор

is there aby videos that using bootstrap?

Haziqimtiyaz
Автор

Good work! How to make the image and the gif appear automatically when we remove all the elements without refreshing the page ?

mohameddhiabenhamada
Автор

Will you please send the website link of this to do list

keerthanag
Автор

Hi!! Thank you so much for the great video!
I have one question though. Is there an alternative to jQuery POST/GET method? If there's a way to do it vanilla JS way, can you recommend one? Thanks again!! :)

DavidLee-mpkh
Автор

am getting error on the $conn, it says undefined valuable

qwacu
Автор

I got this Tutorial many places

I want make my own grocery list

Can you please add button to save live added list in seperate name

karthickrajalearn