Пікірлер
@marcoangeli5476
@marcoangeli5476 Күн бұрын
Same process getting JSON fron an URL?
@zeynepuzunbas
@zeynepuzunbas 3 күн бұрын
How to add dynamic populate 3 select menus and 1 input
@tutanchacon
@tutanchacon 4 күн бұрын
Excelent! Tank you for sharing
@DigitalFox-tutorials
@DigitalFox-tutorials 4 күн бұрын
Glad you liked it!
@phoneandroid6845
@phoneandroid6845 4 күн бұрын
How to do multiple chart on the same page using this method?
@LopobicWyn
@LopobicWyn 5 күн бұрын
Super sir!🙏
@DigitalFox-tutorials
@DigitalFox-tutorials 4 күн бұрын
Thanks
@phoneandroid6845
@phoneandroid6845 5 күн бұрын
Thanks, the video is awesome👍
@DigitalFox-tutorials
@DigitalFox-tutorials 5 күн бұрын
Glad you liked it!
@vladbp_yyz
@vladbp_yyz 7 күн бұрын
didn't work. I create several PDF files by clicking a button and then try to zip them all and the zip file is not created. Inside the Downloads folder I create another folder por each costumer ID. Downloads/1/, Downloads/2/,Downloads/35/... etc. The PDFs are created inside the costumer ID folder. The content of those folders is what I'm trying to compress unsuccessfully.
@DigitalFox-tutorials
@DigitalFox-tutorials 4 күн бұрын
Check the folders permissions.
@DigitalFox-tutorials
@DigitalFox-tutorials 14 күн бұрын
Hi everyone tell me what you think. Is everything understandable?
@NedumEze
@NedumEze 14 күн бұрын
Digifox my favorite Teacher. Thank you sir.
@soundjuggler129
@soundjuggler129 17 күн бұрын
great video showing how to start with chart js thank you
@DigitalFox-tutorials
@DigitalFox-tutorials 16 күн бұрын
Glad it was helpful!
@alalyrealestate1136
@alalyrealestate1136 19 күн бұрын
very good
@DigitalFox-tutorials
@DigitalFox-tutorials 19 күн бұрын
Thanks
@AbdulRohmanilmukuduniaku
@AbdulRohmanilmukuduniaku 20 күн бұрын
2024 , thanks bro
@priyadarshnipatil4609
@priyadarshnipatil4609 20 күн бұрын
Can you make a video about the database you have created.
@tiagoborges5108
@tiagoborges5108 20 күн бұрын
I just have a word to describe this video," FANTASTIC" .
@DigitalFox-tutorials
@DigitalFox-tutorials 20 күн бұрын
Thanks Tiago
@solomonndegwa9951
@solomonndegwa9951 20 күн бұрын
Awesome
@DigitalFox-tutorials
@DigitalFox-tutorials 20 күн бұрын
Thank you
@solomonndegwa9951
@solomonndegwa9951 20 күн бұрын
welcome Sir
@Pixelyze-tech
@Pixelyze-tech 21 күн бұрын
The last example, would that not be GET method instead of POST method, bit confused. As POST method is to send and GET is to receive
@DigitalFox-tutorials
@DigitalFox-tutorials 21 күн бұрын
Hi guys. Is everything understandable?
@tiagoborges5108
@tiagoborges5108 24 күн бұрын
Very interesting video and thank you fot the video, but i have a question, how can we do it but with data that comes from a database.
@DigitalFox-tutorials
@DigitalFox-tutorials 23 күн бұрын
Hey, good idea this will be my next video.
@theodoremasi5313
@theodoremasi5313 24 күн бұрын
Thanks so much! My issue was the length of the passwords in my DB
@DigitalFox-tutorials
@DigitalFox-tutorials 24 күн бұрын
Glad I could help!
@swapnilsalunkhe5485
@swapnilsalunkhe5485 25 күн бұрын
Hi, I have dynamic data which changes according to user query how can i visualize that data into different charts.
@tkar66
@tkar66 Ай бұрын
Awesome, you made PHP and MySQL look so simple.
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Thank you
@tkar66
@tkar66 Ай бұрын
YoYuAwesybb
@swtiriasioziou
@swtiriasioziou Ай бұрын
how to send email in localhost
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Hey, check this video : kzbin.info/www/bejne/nITJf4d3eMejoqM
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Hi guys. Tell me what you think. Is everything understandable?
@zaifhossain8509
@zaifhossain8509 Ай бұрын
You're back again 👌👍
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Hi Zaif
@lilbonita22404
@lilbonita22404 Ай бұрын
Thank you so much i really need this tuto❤
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
You're welcome 😊
@tkar66
@tkar66 Ай бұрын
Thank you. it is very clear, however if the field is numeric, there is a problem.
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Yes I know, I just wanted to show you how to structure an SQL query dynamically. If we want to add also the type of the columns we have to construct the form in a different way. Glad you liked it.
@sportnastava
@sportnastava Ай бұрын
I like your tutorials, would love to see them with pdo in future 😊
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Thank you. Noted!
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Hi guys and girls tell me what you think, is everything understandable. If you have any questions feel free to ask. I always try to answer them. Also if you have any tutorial ideas about a topic that you struggle with, let me know in the comments. Thanks for watching.
@NedumEze
@NedumEze Ай бұрын
But, sir, the file_get_contents () is often disabled in most Production Servers. Does it work for you in your Production Server? Is there any other way of doing this which should have universal acceptance?
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
You're correct; file_get_contents() is often disabled on many production servers due to security concerns when fetching remote files. But there is no problem to fetch local files. Ensure the directive 'allow_url_fopen' in the php.ini file, is set to 'On'. allow_url_fopen = On If you want to fetch remote files you can use 'cURL' instead.
@NedumEze
@NedumEze Ай бұрын
@DigitalFox-tutorials Thank you sir for everything.
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Hi everyone. I hope you like the video. If you have any question feel free to ask, or you can just say hi. 😉 Thanks for watching guys.
@solomonndegwa9951
@solomonndegwa9951 Ай бұрын
Awesome
@ΕγωΕγω-ρ6ω
@ΕγωΕγω-ρ6ω Ай бұрын
Welcome back 😊
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Thank you. Didn't had free time in the summer.
@Rock_Film
@Rock_Film Ай бұрын
Thanks Bro!
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Welcome!
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Hi everyone. Tell me what you think about the video. Is everything understandable?
@Rock_Film
@Rock_Film Ай бұрын
Clear, concise, and straightforward!
@mark-dev-1
@mark-dev-1 Ай бұрын
Could you please do a tutorial with PDO and cover all these methods in an OOP way?
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Good idea. I will try.
@tkar66
@tkar66 Ай бұрын
Awesome. very clear and helpful. Many thanks,
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Thank you too.
@DigitalFox-tutorials
@DigitalFox-tutorials Ай бұрын
Hi everyone. Tell me what you think about the video. Is everything understandable?
@solomonndegwa9951
@solomonndegwa9951 Ай бұрын
It is.
@nicodemoscarfo
@nicodemoscarfo 2 ай бұрын
Nice tutorial, what would be the code for adding elipsis with a rang of 5 buttons like < 1... 5 6 7 8 9 10 ...99 >
@expTRM
@expTRM 2 ай бұрын
nice!
@DigitalFox-tutorials
@DigitalFox-tutorials 2 ай бұрын
Thanks!
@stormybear4986
@stormybear4986 2 ай бұрын
Mime in this context should be properly said as "My-mee" not "Myme"
@DigitalFox-tutorials
@DigitalFox-tutorials 2 ай бұрын
Tanks
@bibliothecaEsoterica
@bibliothecaEsoterica 2 ай бұрын
Thank you Sir, you helped me with my website
@DigitalFox-tutorials
@DigitalFox-tutorials 2 ай бұрын
Glad to hear that
@Electronieks
@Electronieks 2 ай бұрын
I use your code , but when i use iphone and select a photo i took with my phone myself, to upload. , then its not working But when upload an image that i recieved from somebody in whatsapp and i store the image to my fotoalbum, then i can upload these images to the phpserver Any walkaround for this?
@gopichandlakshmisson4682
@gopichandlakshmisson4682 2 ай бұрын
i have tried the same process yesterday i got success msg but today i am getting SMTP server error i dont know why
@amnifarihah-d2z
@amnifarihah-d2z 2 ай бұрын
hi just want to let you know I still can't get it right even after I followed all the steps :( google setting doe not have the less secure settings alr
@SlametRiyadi-rj1um
@SlametRiyadi-rj1um 2 ай бұрын
You running your html on the webserver right?
@DigitalFox-tutorials
@DigitalFox-tutorials 2 ай бұрын
Yes, else it will not work
@ceketuveux
@ceketuveux 3 ай бұрын
Thank you so much for this video. I have a question i could not solved since 3 days. How would i do to target only ONE image and style it in CSS ? For example if i want to change the width of the 2 second image ("id":2). How would i proceed ? Been searching answers for days..
@DigitalFox-tutorials
@DigitalFox-tutorials 2 ай бұрын
I am glad you liked the video, thank you. Now based on my code you can target the second image from the CSS file like this: table tr:nth-child(2) img{ width: 100%; } The above css code means that we are targeting every image in the second table row and set the width to 100% Hope it helps.
@ceketuveux
@ceketuveux 2 ай бұрын
@@DigitalFox-tutorials Oh my god it is working! Amazing thank you so much. Do you know if it is possible to target any img in the DOM ? I tried desperately to target an img by changing the attribute/ID of any of those, but did not find how. I tried to use the "id" and "name" from the Json object properties to target one of those img but it did not work. Do you know if it is possible ?
@DigitalFox-tutorials
@DigitalFox-tutorials 2 ай бұрын
You can change the number of the tr:nth-child to target the image you want: table tr:nth-child(3) img{ width: 100%; } // Targeting the third image. This is one way or you can ad - in the javascript file - ad an id attribute to the image tag combining text and the id property from the JSON file. <td><img id='image-id-${product.id}' src='${product.image}'> </td> and target the image you want using css like this: #image-id-1{ border: thin solid red; } #image-id-2{ border: thin solid blue; } #image-id-3 ... and so on... you get the point.
@ceketuveux
@ceketuveux 2 ай бұрын
@@DigitalFox-tutorials Thank you so much, coffees on me. I wonder what is the point by doing all that on Javascript when you can do it with HTML/CSS ?
@SaloGemb-r1d
@SaloGemb-r1d 3 ай бұрын
Miller Lisa Allen Helen Moore Sarah
@huaweitrainingsafrica3742
@huaweitrainingsafrica3742 3 ай бұрын
Just what I needed for my project. Thank you very much
@runevayneTV
@runevayneTV 3 ай бұрын
At 5:02 how do you get the site to pull up? I'm a little lost because I see the localhost/youtube-tutorials/our-store/ but I can't figure out where the youtube-tutorials comes from