Тёмный
Dave Hollingworth
Dave Hollingworth
Dave Hollingworth
Подписаться
Backend web development topics explained clearly and simply. Any ideas for new videos are most appreciated!

If you like my content, please like my videos and consider subscribing to my channel.

If you *really* like my content, please consider supporting me here: ko-fi.com/davehollingworth

Thank you for being here!
Create a Google Login Page in PHP
10:46
Месяц назад
Handling Files in a REST API with PHP
10:32
2 месяца назад
Use Composer to Easily Manage PHP Packages
15:40
5 месяцев назад
Send SMS Messages using PHP
10:18
Год назад
PHP Password Reset by Email
20:56
Год назад
Generate QR Codes with PHP
9:40
Год назад
Generate a PDF with PHP
19:17
2 года назад
Signup and Login with PHP and MySQL
43:16
2 года назад
What is a REST API?
8:01
3 года назад
What is an API?
4:00
3 года назад
Комментарии
@someutubchannel69
@someutubchannel69 11 часов назад
How is this framework different from CODEIGNITER?
@dave-hollingworth
@dave-hollingworth 11 часов назад
Although it has many similarities it has many more features and available libraries. CI is quite lightweight, Symfony is not.
@someutubchannel69
@someutubchannel69 11 часов назад
When will it be available in UDEMY ?
@dave-hollingworth
@dave-hollingworth 11 часов назад
I'm waiting to see how this video and the similar Laravel one I did last month perform before I decide what to do a full course on :-)
@someutubchannel69
@someutubchannel69 10 часов назад
@@dave-hollingworth They will do very well. You're an excellent teacher. I have all your UDEMY courses. I have learned a lot. Thanks!!
@fist4fun
@fist4fun 12 часов назад
Great content.
@Ali78sixx123
@Ali78sixx123 12 часов назад
3ds stripe with woocommerce plz on WordPress. My 3dsecure doesn't ask for authentication despite all the efforts. Can i use your method in this video for WordPress woocommerce? Also i don't want to sell from stripe dashboard. Plz do a video on such case. Thank You
@vinniv6806
@vinniv6806 13 часов назад
Please make tutorial how to make Webstore in Symfon7 with Livecomponents / Turbo Morphing / AssetMapper :)
@DxBang3D
@DxBang3D 13 часов назад
03:25 I would have loved to have been giving this information sooner....
@dave-hollingworth
@dave-hollingworth 15 часов назад
Thank you for watching! Please consider supporting my channel: ☕ko-fi.com/davehollingworth
@NataschaGutenbergBjerning
@NataschaGutenbergBjerning День назад
My problem is that the issue with setting all of this up, is that i don't know how to set up the gmail smtp server. All work behind setting that up, is no one showing... I can't get the Gmail smtp server to work, cause it wants me to use an admin mail account, and I don't have one.. I only have my regular 'i am a not important private person'-email. So how do I use the gmail smtp server then?
@dave-hollingworth
@dave-hollingworth 14 часов назад
I'm not sure why it's asking you to use an admin account... are you using Gmail as part of an organisation perhaps? If so, you could use your personal Gmail, or alternatively just search for "free SMTP server", there are many available
@adityajadhav879
@adityajadhav879 День назад
Thankyou So much
@freddiet23
@freddiet23 4 дня назад
I experienced an issue at 12:50 which stumped me for ages, I ended up having to change the line to // Corrected mysqli constructor without named parameters $mysqli = new mysqli($host, $username, $password, $dbname); not sure why but it wouldn't work the other way
@mysterious9335
@mysterious9335 5 дней назад
Laragon is the better than Xampp
@TimothyHuzar
@TimothyHuzar 6 дней назад
It would be nice if you explained login, logout authorization, authentication, middlewares and user roles along this. Even better create a course for this on Udemy!!!!
@Smurfis
@Smurfis 6 дней назад
Same as LUAU but don’t need to be defined as local or global or is there scope in php?
@dave-hollingworth
@dave-hollingworth 5 дней назад
There is scope for variables defined in functions yes - a variable defined inside a function can't be accessed from outside
@zommedking7766
@zommedking7766 6 дней назад
hi, dave how to export and import comma seperated, tab separted kind of file using php and mysql?
@ИванТончев-у6ф
@ИванТончев-у6ф 6 дней назад
ugliest language ever
@Rayiana
@Rayiana 7 дней назад
Following this tutorial gives you the same feeling as trying to count every second while doing a plank 😂 at the beginning I thought this tutorial is only an hour but after following it to build my own project I can admit this is 48 hours tutorial =`( However, I'm so proud that I have finished it after facing a lot of errors.
@Drax658
@Drax658 7 дней назад
Awesome guide! Is there any documentation on ho that Gutenberg framework works?
@dave-hollingworth
@dave-hollingworth 6 дней назад
Have a look through the repo: github.com/BafS/Gutenberg
@mr.RAND5584
@mr.RAND5584 8 дней назад
Inertia js?
@dwaynebrown163
@dwaynebrown163 8 дней назад
Could you please go over that again something happened and I couldn't hear what you were saying
@Pulparx
@Pulparx 9 дней назад
is it hard to improve a webhook or something to fire the information succeced to any BD??? how i get the purchased info to add a row in my BD?
@johnmahugu
@johnmahugu 9 дней назад
thank you for this. great tutorial.
@ForeignWerewolf
@ForeignWerewolf 11 дней назад
It's similar to C#
@WhiskerWhim
@WhiskerWhim 11 дней назад
Everything worked fine for me until I added just validate now the form gets submited when I press the button but the $_POST variable stays empty so the name, password and email are not carried over and then it says name is required in proccess-signup.php. I even tried removing the first / from src="/js/validation.js" to make it src="js/validation.js" in singup.html but it still doesnt work. edit: turns out its has to do with redirecting to the proccess-signup.php page without redirecting it works for some reason
@dave-hollingworth
@dave-hollingworth 10 дней назад
If it's a redirect problem, make sure you're including any subfolder you're developing in at the start of the URL
@moso9515
@moso9515 11 дней назад
validation.js is not working correctly for me. :( I even tried copying your whole github zip, but it still doesn't work and after pressing "Sign up" it jumps straight to the next page /process-signup.php and says on an empty page "Name is required". What could go wrong cos it seems like everything works well for everyone else...
@moso9515
@moso9515 11 дней назад
Nvm, found an answer from @gs-we3rp comment. Just needed to update in signup.html src="/js/validation.js" to src="js/validation.js"
@WhiskerWhim
@WhiskerWhim 11 дней назад
@@moso9515 I have the same problem and I tried changing it to src="js/validation.js" in signup.html but it didnt seem to change anything edit: turns out its has to do with redirecting to the proccess-signup.php page without redirecting it works for some reason
@edopenroz
@edopenroz 11 дней назад
Awesome content as always. Dealing with JSON is a must when creating and using REST APIs and this lesson explains it all really simple. Thanks Dave!
@RixtronixLAB
@RixtronixLAB 12 дней назад
Nice, thanks :)
@edopenroz
@edopenroz 12 дней назад
This was great and amazingly well explained. I previously didn't understood so much the idea behind dependency injection, but with this video is much more clear now. Thanks again Dave!
@pekelfatih
@pekelfatih 13 дней назад
thank you so much
@edopenroz
@edopenroz 13 дней назад
Great video Dave, thanks!
@michaelangelos5117
@michaelangelos5117 14 дней назад
Awesome. I'm going to do it.
@jayd-y2g
@jayd-y2g 14 дней назад
@pesudo-z2n
@pesudo-z2n 14 дней назад
The best course
@theresaemmons7591
@theresaemmons7591 14 дней назад
By far the best simple explanation - awesome! -te
@edopenroz
@edopenroz 14 дней назад
great video as always Dave, thanks!
@CumhurOzkaya
@CumhurOzkaya 15 дней назад
Thanks for the lesson. But I have a question. In visual studio code, I am filling in the HTML and when I made read the php page on browser the table lines are given with the NULL result. I am trying for along time on this issue. Have you any idea about this is issue?
@dave-hollingworth
@dave-hollingworth 14 дней назад
Try using var_dump to print out the contents of the variable that contains the database data, see if that contains null values.
@edopenroz
@edopenroz 15 дней назад
Thanks Dave for this great tutorial!
@thanhphatleCNTT
@thanhphatleCNTT 15 дней назад
Thank You So Much Sir
@JohnSmithhh
@JohnSmithhh 17 дней назад
Thank you! WaterCSS is unbelievable!
@FernandoBelloEchevarria
@FernandoBelloEchevarria 19 дней назад
This is the best video explaining that I have ever found, thanks a lot.
@FernandoBelloEchevarria
@FernandoBelloEchevarria 19 дней назад
What an amazing tutorial!
@charithnaiya
@charithnaiya 20 дней назад
thank you bro. it is actually work.
@zaidalissawi
@zaidalissawi 21 день назад
nice vid , what about send the sms from android mean same info from php to android and the phone will send the sms
@SandraHilleard
@SandraHilleard 21 день назад
Thank you! You explain it so clearly! If I had known it was this simple I would have started using Composer ages ago! 😂
@its_abdu4925
@its_abdu4925 21 день назад
Where is the full course sir ? We are waiting for a udemy class, let's go
@vberg06
@vberg06 21 день назад
I've been using Courtesy Copy and Blind Courtesy Copy for decades
@srinivasan0
@srinivasan0 22 дня назад
👍
@Futball_Life
@Futball_Life 23 дня назад
Some developers are scared of the dollar sign
@sec3xp
@sec3xp 23 дня назад
😢
@arjunpailoor4559
@arjunpailoor4559 23 дня назад
i dont understand anything from routing
@ScrewThisGlueThat
@ScrewThisGlueThat 23 дня назад
Absolutely Brilliant. Clear, Concise and very simple. Thank You