Тёмный

Generate QR Codes with PHP 

Dave Hollingworth
Подписаться 27 тыс.
Просмотров 29 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 104   
@dave-hollingworth
@dave-hollingworth Год назад
Out of interest, why do you want to generate a QR code in PHP?
@mohammedabdulkadir372
@mohammedabdulkadir372 Год назад
Can you do a file streaming (copying a file from one server to another as a post )tutorial using php and Guzzle
@techzacharyzn6296
@techzacharyzn6296 Год назад
Honestly, this video was just recommended to me by RU-vid's hIgH-tIeRer algorithm. But seriously, this is a very well-made video that isn't getting enough attention.
@mohammedabdulkadir372
@mohammedabdulkadir372 Год назад
@techzacharyzn6296 It takes time for programming vids to get views.
@tristanjayvirtudazo2268
@tristanjayvirtudazo2268 Год назад
It's quite hassle if you call an API to generate the QRCode when you can make it inside the app.
@dave-hollingworth
@dave-hollingworth Год назад
@@tristanjayvirtudazo2268 Just to clarify, the video uses a third-party package to generate the QR code, not an API - the package is installed inside the application code.
@arifsiddikmuharam5830
@arifsiddikmuharam5830 6 месяцев назад
nice thanks sir it works!
@kurshadqaya1684
@kurshadqaya1684 Год назад
Dave, as always your explanation is amazing! I expect more courses from you in Udemy related to more Senior PHP content.
@OnyeStephen
@OnyeStephen Год назад
Awesome videos I wish you can start making videos about Object Oriented PHP, I love how you explain things
@longrolstral
@longrolstral 4 месяца назад
Thank you for this. I got as far as the header, but I received the error that headers have already been set, and I could not proceed that way. I've subscribed. Thank you.
@dave-hollingworth
@dave-hollingworth 4 месяца назад
Try this: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-_WYExkPyYuc.html (and thank you for subscribing!)
@longrolstral
@longrolstral 4 месяца назад
@@dave-hollingworth Thank you very much. Such a small thing but a massive need-to-know. In the end, I decided to save the QR code as a file, and then insert the URI path into my database.
@KubaSobecki
@KubaSobecki 4 месяца назад
What an amazingly valuable content. Insta sub. Thank you!
@alan-overthenet
@alan-overthenet Год назад
Hi Dave, thank you for the continued content. I have no need to generate a QR code but I like to follow your content as I find it valuable. Do you have anymore Udemy course planned?
@dave-hollingworth
@dave-hollingworth Год назад
Thank you for your kind words Alan! Currently working on rewriting my PHP MVC course, I hope to have it ready soon 🙂
@jasonhughes638
@jasonhughes638 Год назад
Your tutorials are incredibly clear and well explained. Thank you, Dave.
@Mohamed.Saad_IT-uv4hk
@Mohamed.Saad_IT-uv4hk 5 месяцев назад
Class "Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelHigh" not found
@wessss1
@wessss1 Год назад
Thank you for your easy and professional tutorials. Can you make one about PHP and LDAP????
@gru8299
@gru8299 Год назад
To find a job as a web developer, I think it will come in handy at the interview, and of course in future work. Thank you very much for your work!
@joshuaprogron1562
@joshuaprogron1562 Год назад
This is crazy ... I never knew I could do this in PHP ... I thought it was only JavaScript that I could use to do Qr codes... Man you're on another level of PHP... And also your tutorials are way too awesome, simple, concise and beginner friendly
@RaviMaurya-vo1mk
@RaviMaurya-vo1mk 8 месяцев назад
Thanku...❤❤
@fraidoonhu9284
@fraidoonhu9284 Год назад
Great thanks. One can create QR code for e-invoice
@souravsinha5330
@souravsinha5330 Год назад
Thank you dave for such a simple explanation.
@codecodeblackcodeblack
@codecodeblackcodeblack Год назад
thank you so much sir, ive appreciate you
@deanbaxter8129
@deanbaxter8129 7 месяцев назад
i just get errors when trying to do the composer stage.....
@mhmdbgskr
@mhmdbgskr 7 месяцев назад
A nice and simple tutorial, thanks dave!
@websibaer
@websibaer 28 дней назад
The only thing I dont understand: Which commandline do you mean? Since I work on an Apple and have the files at a hoster ... how shall I open a command-line? And this is where I had to stop ... coz I dont really have a terminal at my hosters place. What a pitty, but really not good explained for beginners!
@dave-hollingworth
@dave-hollingworth 27 дней назад
The application on a Mac is called "Terminal". When installing a package using Composer, you typically install it locally and then copy it to the live server. You don't need terminal access on your host, although this typically is provided, often referred to as "ssh access".
@laszlogyor6628
@laszlogyor6628 Год назад
Thank you for this video. 👍
@danielsalifu1615
@danielsalifu1615 Год назад
This is great tutorial. Thanks for sharing. Do you have any video that explains how to scan the QR code?
@dave-hollingworth
@dave-hollingworth Год назад
Not at the moment, but I might do a video about this in the future if I get chance.
@kurtbernsteinblancia9536
@kurtbernsteinblancia9536 6 месяцев назад
hi Sir, on this encoder side of the qr, how do i make a decoding in my project? do i have to use composer to install another package?
@dave-hollingworth
@dave-hollingworth 6 месяцев назад
Yes, there are several packages here: packagist.org/?query=decode%20qr
@thelostvorg7805
@thelostvorg7805 2 месяца назад
the scanned qrCode result is just plain text , how to make it clickable like a url ?
@dave-hollingworth
@dave-hollingworth 2 месяца назад
Depends on the client you use to read the code - if it's a properly formed URL, some clients open this directly in a browser
@abdelhamidnehlil7277
@abdelhamidnehlil7277 Год назад
Merci beaucoup ! très bon travail
@terdoomzer
@terdoomzer Год назад
Thank you Dave. You are an awesome teacher. But please can you do a tutorial that teaches how to build REST APIS in Codeigniter 4 using JWT? Seen some tutorials, but they are not so great. I recently bought you CI4 tutorial on Udemy.
@terdoomzer
@terdoomzer Год назад
Thank you Dave. You are an awesome teacher. But please can you do a tutorial that teaches how to build REST APIS in Codeigniter 4 using JWT? Seen some tutorials, but they are not so great. I recently bought you CI4 tutorial on Udemy.
@randeepyasintha140
@randeepyasintha140 8 месяцев назад
Good Tutorial. Thanks for taking your time and putting much effort produce high quality content.
@hichamizem3462
@hichamizem3462 Год назад
when are you gonna change profile picture?
@dave-hollingworth
@dave-hollingworth Год назад
Interesting question! Why do you think I need to change the profile picture?
@hichamizem3462
@hichamizem3462 Год назад
Because it's always the same and in your thumbnail too. It makes me nervous.
@dave-hollingworth
@dave-hollingworth Год назад
@@hichamizem3462 Er, ok... well I have been meaning to change it for some time anyway, so I will be changing it soon!
@hichamizem3462
@hichamizem3462 Год назад
@@dave-hollingworth I really like your new profile ! The smile is giving a really good vibe to your youtube account.
@bloody_shurik4n210
@bloody_shurik4n210 Год назад
Wow it really seems better now, congratulations:))
@mexantos
@mexantos Год назад
We need more PHP tuts from intermediate to advanced level like this. btw how to implement login to PHP app using QR Code
@earlsamm7421
@earlsamm7421 Год назад
Excellent lecture
@DJOZMET
@DJOZMET Год назад
Great
@christianjuliusbonaobra4899
@christianjuliusbonaobra4899 11 месяцев назад
I have a question where can I install the composer?
@dave-hollingworth
@dave-hollingworth 11 месяцев назад
Installation instructions at getcomposer.org/
@ContinuumGaming
@ContinuumGaming Год назад
I am impressed the moment you do not just use a library but show us how to write the algorithm...
@pacificexperience
@pacificexperience Год назад
Show me how to create Admin Panel
@hillachine3161
@hillachine3161 4 месяца назад
literatly the best programming video ever
@constantine9074
@constantine9074 Год назад
hello Dave, thank you for awesome content, really looking forward for more videos like this
@sinitquenapach5497
@sinitquenapach5497 Год назад
Any discount your course Udemy PHP rest API
@NeilMohammad
@NeilMohammad 11 месяцев назад
will this be usable in visual studio code also?
@dave-hollingworth
@dave-hollingworth 11 месяцев назад
Not sure I know what you mean - the editor I use in the video is Visual Studio Code
@AlJapairai
@AlJapairai 11 месяцев назад
Well now the code is not working because the "endroid" package changed
@dave-hollingworth
@dave-hollingworth 11 месяцев назад
Please can you be more specific? In what way isn't it working, do you get any error messages?
@AlJapairai
@AlJapairai 11 месяцев назад
I'm sorry I wasn't clear with my comment, your code works great actually, the not working part is the package, I get this message "Fatal error: Call to undefined function: imagecreate()"@@dave-hollingworth
@AhmedTrabelsi-y1o
@AhmedTrabelsi-y1o Год назад
I am getting this error Fatal error: Uncaught Exception: Unable to generate image: please check if the GD extension is enabled and configured correctly in C:\xampp\htdocs\TestMail\vendor\endroid\qr-code\src\Writer\AbstractGdWriter.php:26 Stack trace: #0 C:\xampp\htdocs\TestMail\vendor\endroid\qr-code\src\Writer\PngWriter.php(25): Endroid\QrCode\Writer\AbstractGdWriter->write(Object(Endroid\QrCode\QrCode), NULL, Object(Endroid\QrCode\Label\Label), Array) #1 C:\xampp\htdocs\TestMail\generate.php(29): Endroid\QrCode\Writer\PngWriter->write(Object(Endroid\QrCode\QrCode), NULL, Object(Endroid\QrCode\Label\Label)) #2 {main} thrown in C:\xampp\htdocs\TestMail\vendor\endroid\qr-code\src\Writer\AbstractGdWriter.php on line 26
@dave-hollingworth
@dave-hollingworth Год назад
You need to install / enable the PHP GD extension - www.google.co.uk/search?q=install+php+gd+extension
@edvel9753
@edvel9753 Год назад
It's awesome, David. Thanks for sharing!
@AquaBlazt
@AquaBlazt Год назад
Hello David, I'm following your PHP for beginners course on Udemy but do you now why it appears on draft mode? yesterday I had access to it but today It changed to draft mode.
@dave-hollingworth
@dave-hollingworth Год назад
Thank you for letting me know - Udemy tell me this was a technical fault, but it's fixed now - if you still get a problem, please let me know. Thanks!
@AquaBlazt
@AquaBlazt Год назад
​@@dave-hollingworth Thanks! now all is working and I don't have any problems.
@DannyTechnology-i2o
@DannyTechnology-i2o Год назад
Hello Dave, this worked perfectly with my Xamp, but it was blank when I uploaded it on live server. Please assist me
@DannyTechnology-i2o
@DannyTechnology-i2o Год назад
Pardon me, It because of the PHP version of the server, I upgraded it and it worked. Thanks
@laptopmaroc1064
@laptopmaroc1064 8 месяцев назад
please help when i try to install qr code package with composer its show error !! dont know why
@laptopmaroc1064
@laptopmaroc1064 8 месяцев назад
text error = failed to download dasprid/enum from dist: the zip extension and unzib/7z commands are both missing
@dave-hollingworth
@dave-hollingworth 8 месяцев назад
@@laptopmaroc1064Looks like you need to install the PHP zip and 7z extensions
@laptopmaroc1064
@laptopmaroc1064 8 месяцев назад
@@dave-hollingworth thank you very much your answer solved the problem for me
@szaszattila9406
@szaszattila9406 Год назад
how can i make rounded cornders of a qrcode? and can i make the logo background free, or add some margin to the logo
@dave-hollingworth
@dave-hollingworth Год назад
You could process the image afterwards to get rounded corners
@bossjuggy6778
@bossjuggy6778 Год назад
Does it work with php 8.2?
@dave-hollingworth
@dave-hollingworth Год назад
Yep
@MrWilliamwright
@MrWilliamwright Год назад
Very interesting, Thanks Dave
@bossjuggy6778
@bossjuggy6778 Год назад
Does it work in php 8.2
@0rangedolpin119
@0rangedolpin119 6 месяцев назад
yup
@cabdicasiissaleebaan4215
@cabdicasiissaleebaan4215 Год назад
i have $16 and i need your course rest api please can it be reduced to $16 dollars
@souravsinha5330
@souravsinha5330 Год назад
You can learns it free from youtube. Else ping me anyway.
@hanymax
@hanymax Год назад
you are really brilliant
@Yocedskull
@Yocedskull Год назад
Hey!, what if i need to upload that qr-image or i will want to use in a database?
@dave-hollingworth
@dave-hollingworth Год назад
The video covers how to save the image to a file at time index 8:15
@edwarddoofenschmirtz4436
@edwarddoofenschmirtz4436 Год назад
great vid, really useful. Do you have a video for QR reading?
@dave-hollingworth
@dave-hollingworth Год назад
Not at the moment I'm afraid, but it's on my list!
@sinitquenapach5497
@sinitquenapach5497 Год назад
Hello is there discount your API course on Udemy
@dave-hollingworth
@dave-hollingworth Год назад
You can use this link, it expires in 2 days: www.udemy.com/course/php-apis/?couponCode=APRIL2023
@salamaslam
@salamaslam Год назад
Thanks, it's really informative, can you please share details on how I can add an image to the description?
@dave-hollingworth
@dave-hollingworth Год назад
There's a link in the description to the official documentation: github.com/endroid/qr-code
@salamaslam
@salamaslam Год назад
@@dave-hollingworth Thanks Dave
@michaelkaraim6889
@michaelkaraim6889 Год назад
Thanks, this is useful!
@klexxsy
@klexxsy Год назад
Hello my friend, could you do a tutorial about a follow/unfollow system? Thanks very much
@dave-hollingworth
@dave-hollingworth Год назад
Thank you for the idea, I'll put it on my list!
@klexxsy
@klexxsy Год назад
@@dave-hollingworth thank you :)
@robertbinkowski
@robertbinkowski Год назад
That is amazing!
@ademineshat
@ademineshat Год назад
👍
Далее
Generate Scannable QR Codes With PHP
12:47
Просмотров 120 тыс.
"Когти льва" Анатолий МАЛЕЦ
53:01
ПОЮ ВЖИВУЮ🎙
3:19:12
Просмотров 880 тыс.
Generate a PDF with PHP
19:17
Просмотров 61 тыс.
How to create a QR Code in Python.
4:19
Просмотров 67
programming projects that taught me how to code
9:49
Просмотров 294 тыс.
The Home Server I've Been Wanting
18:14
Просмотров 166 тыс.
Signup and Login with PHP and MySQL
43:16
Просмотров 281 тыс.
"Когти льва" Анатолий МАЛЕЦ
53:01