Web Database Applications With Php And MySQL

preview_player
Показать описание

If You're interested in Web Database Applications with PHP and MySQL, this video will take you through the process of developing one step-by-step.

In this tutorial code along as Mark builds this dynamic website with PHP and MySQL. You'll learn about process PHP forms, connecting to the MySQL database, creating records, updating records and deleting records. This 30-minute tutorial will show you all the code needed to build a website with PHP and MySQL.

Рекомендации по теме
Комментарии
Автор

Hey, glad I found this channel. You're an excellent teacher with a talent for choosing apps that demo all the most important stuff. I've wanted to try php forever but have never done any. It looks very simple and powerful. About to try my hand. Thanks, man. Liked / subscribed.

fiandrhi
Автор

Just found this channel. This guy’s the real deal. Amazing explanations, concise but complete. Subbed!

frmcf
Автор

The smoothest and most professional video I have ever seen

MajidShwkah
Автор

This was so helpful !!! Good explanations and clear code. After hours of searching this saved the day. Thank you a lot!

cactus-wee
Автор

The best video for beginners, I'm really appreciate it 🙏 ❤ 💕 💛 💖

zn
Автор

Thanks Mark, such a good tutorial and like your teaching style...much appreciated :-)

obihendrix
Автор

Great tutorial, it deserves many more views!

freddiesoft
Автор

a very useful application, I wanna use it in managing my ever end tasks ;), Subscribed

TheAdamsalam
Автор

Iluminador!!! Ahora lo aplico a sitios Wordpress. Gracias

mcchile
Автор

Please I have a website I have already built up with php and MYSQL so how can I create and app for the website?

B_Hghlights
Автор

You're AMAZING!! You saved my life, thnnnnx :)

khlifisafa
Автор

Thank you so much for taking the time to create this content. My web hosting service doesn't support Express/Node, but a friend of mine really needs a simple CRUD database to manage the location of a large number of digital assets. Having watched this and some other videos on MySQL (including yours), I feel like I know enough to get started. Could you possibly recommend some content (hoping it is yours, because you are a great teacher) for addressing the security concerns you mentioned in the video, please? Again, thanks for the great instruction.

AH-lwei
Автор

If you get the error where you can't add more than one item to the list: select the "A_I" (auto increment) checkbox for the "goal_id" column on phpMyAdmin

Thanks for the vid! :D Great energy!

ThisPossumKnits
Автор

hey is there any chance to see structure in goals table? also how do i establish connection properly between php code and sql

Adam-hdye
Автор

Great...so easy to follow...very good teaching style

learnmecaribbean
Автор

Good tutorial.
Can you help me with the fact that on my website the stylesheets not working?
thanks.

dwtrading
Автор

There are 3 corrections/Errors you may run into.


1) For Insert_goal.php, delete.php and complete.php


Replace this:
echo
With this:
header("location:index.php");


2) For insert_goal.php make the following changes.


Replace this:
$sql = "INSERT INTO goals (goal_category, goal_text, goal_date, goal_completed) VALUES
$sql .= "('" . $category . "', ";
$sql .= "('" . $text . "', ";
$sql .= "('" . $date . "', ";
$sql .= "('" . $complete . "')";


With this:
$sql = "INSERT INTO goals (goal_category, goal_text, goal_date, goal_complete) VALUES
(
'$category',
'$text',
'$date',
$complete
)";


3) The final issue is that the submit page may not accept the null value for complete. Simply add another checkbox for incomplete and give it a value of 0. You can also try changing it to a radio selection or select option values.


AS for you Framework Television.
This was an excellent tutorial. Been trying to learn php for years but the vast majority of project-based tutorials do not work and no amount of troubleshooting can fix them, meanwhile yours had very simple things in need of troubleshooting and actually works. Please make more in this series and create a playlist for it. Right now all I want is to get some hands on practice programming projects because I learned the abstracts of php but not how to apply the principles I've learned.

nonsensicalrants
Автор

at 16:20 the goal id isn't showing in the display. how do we fix?

sandrew
Автор

It is so nice to know your channel. Your videos are so helpful with starter like me. It will be nice if you can make guide about how to use theme and template to make quick awesome web apps with good looking UI. Beginners like me really need that kind of guide. Thanks very much and have a nice day :like:

veovinh
Автор

Warning: mysqli_connect(): (HY000/2002): No such file or directory in on line 8
Connection Failed:No such file or directory -- this is what it says when i run it --
How can i fix it ?

pegasusthe
join shbcf.ru