i really love your teachings blessing to your soul man.
@avtourist-surgut Жыл бұрын
Great content !!! Thank you !!!
@QuickProgramming Жыл бұрын
My pleasure! thanks for your feedback!
@Kavitaehyung_7 ай бұрын
Did you use any api here?
@QuickProgramming7 ай бұрын
No api used
@tanayy1119 ай бұрын
Thanks bro good work kudos to you!!
@QuickProgramming9 ай бұрын
Glad it helped
@KRPahadiStatus6 ай бұрын
Please tell me which version of Bootstrap you use? Current or the version used in this video? Please help me
@benfortunatozunguze67492 жыл бұрын
youve done a great job i apreciate that sr
@QuickProgramming2 жыл бұрын
thank you :)
@yakudza_chat Жыл бұрын
where can we get this project figma design
@mervin79602 жыл бұрын
nice work. please include js files to play music. It will be awesome !!
@QuickProgramming2 жыл бұрын
Thanks. i did make a complete and working music website here kzbin.info/www/bejne/rpC6aqmXq82Xb68
@darcybeau60242 жыл бұрын
hello Eathorne, great tutorial, in any case without flattering you, my brother you are the master of teaching... Long live you and your teaching....
@QuickProgramming2 жыл бұрын
thank you so much, i appreciate your feedback. its feedback like this that helps me to make more and better tutorials, thanks :))
@gamingthunders69542 жыл бұрын
Java script use ki hai
@tonychisenga2 жыл бұрын
Nice and very helpful
@QuickProgramming2 жыл бұрын
Glad to hear that
@mukulkrishna3410 Жыл бұрын
is there any playlist to learn css for beginners
@QuickProgramming Жыл бұрын
not really, i should make one. Do you already know the basics of HTML? i have some videos on that here kzbin.info/www/bejne/naaylpaqe9uMhqM
@elakkiyaselvamb57172 жыл бұрын
Hi sir, How to add music 🎶 in only javascript. share your source code or video sir
@QuickProgramming2 жыл бұрын
to add music in js only, you simply need to edit the src of an audio tag to the path of any file on your server. you can test this if you copy the code below and paste in a black page, save it as html, then put 2 songs in the same folder as the file and name them "song.mp3" and another one named "song2.mp3". when you load the page, you can click play and it will play one song. then after you click the button, the song will change to the other one. change song function change(){ document.querySelector("audio").src = "song2.mp3"; } or if you want a tutorial to show you how to make a whole complete music website in php, watch this one kzbin.info/www/bejne/rpC6aqmXq82Xb68
@ZoiJeffCoby Жыл бұрын
Thanks
@QuickProgramming Жыл бұрын
You're most welcome
@simonengler17762 жыл бұрын
Hey Eathorne! I have a little question where I'm stucked and don't find the right answer. I have several questions looping on my page and the POST var gives me the following array (answers): Array ( [5752] => Yes [2272] => Right [4155] => No [1790] => Sometimes ) So the number is meant to be the question ID and the value is the answer. These are 4 answers which I want to write into the DB. How can I extract the array that I get the number as $qid and the answer as $answer for this $qid. Sorry it seems an easy one but I don't know how to handle it... *facepalm* :))) Greetings and thank you so much for everything!!!!!!!
@QuickProgramming2 жыл бұрын
not sure i understand fully but you can use a loop to do that, like this: foreach($_POST as $qid => $answer) { //here you can now use $qid and $answer as you wish }
@simonengler17762 жыл бұрын
@@QuickProgramming Thank you so much for answering and sorrry to bother... :(( The result is fine. I just need to know how I can generate a variable out of this array. I do need both values (qid and answer). And the array is the result of this (looped) line:
@simonengler17762 жыл бұрын
@@QuickProgramming Or let me rephrase it. I have several questions in my DB with 3 possible answers (as radio inputs). I loop through the questions and get everything fine. Just to send the answers back is a problem because I need the QuestionID and the answer back to the DB. How would you set this up? And don't worry, I will keep on learning the stuff. Have a great day and thank you so much for everything!
@simonengler17762 жыл бұрын
@@QuickProgramming I'm on the right track now and experimenting with your advice of looping through. Damn, arrays are so hard... Sorry for reaching out. :)
@simonengler17762 жыл бұрын
@@QuickProgramming OMG, it finally works!!!
@anselmdike28172 жыл бұрын
Nice
@QuickProgramming2 жыл бұрын
Thanks
@mrchaitu7 Жыл бұрын
how to add songs to it please explain
@QuickProgramming Жыл бұрын
watch this tutorial kzbin.info/www/bejne/rpC6aqmXq82Xb68
@SoulFlow-Music Жыл бұрын
Website name bro
@nexolord9 Жыл бұрын
thank u so so so much like u have NO IDEA how much i needed something like this
@QuickProgramming Жыл бұрын
Glad I could help! you're most welcome :)
@eltondsouza46302 жыл бұрын
Sir please make this video zoom
@ibrahimdenisfofanah64202 жыл бұрын
Boss, I need a movie streaming website with php
@QuickProgramming2 жыл бұрын
i'll make a course for that eventually
@akosyt45402 жыл бұрын
heey siir , i need agood website design liked to php mysql.i have a final configuration project tomorrow please help me sir
@QuickProgramming2 жыл бұрын
watch this simple login and signup system to learn about connecting, reading and writing to mysql kzbin.info/www/bejne/jYrYl4Z9nMZ2kJo
@richardala37842 жыл бұрын
wow, so the udemy clone is done?
@teachyourself36772 жыл бұрын
Just wait patiently, don't be quick to conclude.
@richardala37842 жыл бұрын
@@teachyourself3677 okay
@aliastar5616 Жыл бұрын
please give us a code?
@QuickProgramming Жыл бұрын
check link in the description
@henrynchimunyangandu11 ай бұрын
Part 2
@ramteahauhnar33552 жыл бұрын
link with php mysql Sir
@QuickProgramming2 жыл бұрын
do you want a link to php mysql tutorial or are you asking for project files of this tutorial?
@ramteahauhnar33552 жыл бұрын
@@QuickProgramming Yes Sir if you could please link music website(dynamic) having admin panel where we can upload video files using mysql and php
@QuickProgramming2 жыл бұрын
@@ramteahauhnar3355 i dont yet have that tutorial. but i will convert this same template i made in this video into a php website with admin panel. that video is coming soon
@ramteahauhnar33552 жыл бұрын
@@QuickProgramming Yes Sir Thank you Sir. That would be useful so much. I'll be waiting. 💙
@sifonelijah16822 жыл бұрын
@@QuickProgramming Good day Sir. I want to ask, has the Udemy clone series ended? I am getting to learn PHP through that tutorial. Please don't end it there.