Sir apne java script ka tutorial to bna diya tha but sir data structure and Algorithms ka bhi bna dijiye Q ki apka teaching method bahut hi jyada better h sab kuch easily samjh me aa jata h
ager ek hi form me input field 8 ya 10 use karna ho or textarea field bi to datatbse me insert karny k liye code kese karen gy bar bar sb ko define karna hoga ya koi short cut hai
Sir thank you thank you soo much for awesome tutorials, sir can you make video on How we can create Dynamic Multilevel navigation menu using PHP and Mysql.
Sir Ajax finish karne k baad sir aap api banana insert,delete,update,ki aur sir usko aap jQuery k through kaise implement kerte Hain aur API json format main ho kyu is video banane se frontend developer walo k liye bhi acha hoga
@@YahooBaba sir ek full website ki api banakr usko JSON format main aur usko webpage per display karna front page aur inner pages per jQuery k through jaise home ,about ,blog ,contact gallery k page ho aur uske inner page per kaise dynamically page show ho yeah Wala bilkul topic karna apne tutorial main aur sir last main fully jQuery k through crud banana local storage main kaise save kerte Hain in topic ko cover karna brother kyu ki yeah content kahi bhi you tube per nahi Hain definitely aapke user bhadengay
Great video . But Sir if we delete any data how can we update I'd of student also like if we delete I'd 3 data now shows 1,2,4,5 and so on but how can we reset it to 1,2,3,4.... And so on in sequence after deleted any data also
Instead of calling I'd from db to table column id in frontend, initialize 🎉i=0 and then increment it like i++ inside while loop and get it print in I'd column in frontend
Sir if we delete any data how can we update I'd of student also like if we delete I'd 3 data now shows 1,2,4,5 and so on but how can we reset it to 1,2,3,4.... And so on in sequence after deleted any data also
I don't know the answer of "WHEN" because i am not a full time youtuber. I am freelance developer so when ever i get some time i makes a video for youtube.
nice video sir, mera ek question hai sir ..... yadi button click me 2 dynamic value pass karna ho toh kaise kare sir??? Example: dynamic table ka dynamic row id .... please tell me sir how to solve it Thank you
Element.closest(tr) KO need kyu kadi,him success k baad data fetch function call kr sakte the,db se new data aa jata and Jo data db se delete kia wo frontend mei table row mei show nhi hota...mere khyal se ye aise b ho jaega. 2nd ...theek hei table dynamic aari hei but delete and edit button pe onclick=delete($row['Id']) and onclick=edit($row['Id']) and function likhte In dono k lie Function delete(id){ } Baaki kal likhta hu thak gya mobile se likhte likhte...
Because agr hm pura data fatch krte he to Sara data doobara show hota he or ise load badta he pr closest(tr) ka use krke sirf ek row ko delete kr rhe or data vhi he isse load nhi prta website pe that's simple ❤
@@YahooBaba hi thank you for reply...take care in these days.... btw i am waiting for your Ci project..one more thing can yo uplease hare some CI project link..actually i am correctly working in core php.. and nowdays i am learing CI. build a simple crud.. canyou please share some project link because crud is so basic.
For those who are facing problem to fetch id. If the following code is not working $('document').on('click', '.delete-btn', function() { //statement }) Try this $('body').on('click', '.delete-btn', function() { //statement })
Ajax ko pure JavaScript ke sath bhi maine karaya hua hai see this playlist : th-cam.com/play/PL0b6OzIxLPbxO0_8Av3c-9_l5RM5uJK8U.html Check the JS Fetch videos. Also see this video : th-cam.com/video/4bMQjDrsMwE/w-d-xo.html
Sir, aapne btaya tha ki jo button dynamically create hote hain un pr $(document). on() wala selector lgana hota hain.... Sir ek video(doosre channel ) main maine dekha $(.classname) selector use krte hue to wo bhi kaam kr raha tha.... Yo koi khaas reason ki document wala hi lgana hain.. th-cam.com/video/s-ln4Q4jyIM/w-d-xo.html 3:30 pr is video main
Aap pehle iski tarike se laga kar dekhiye agar chal rha hai toh badiya hai. Aisa ho sakta hai ki jQuery ke version ka difference ho. Maine latest jQuery ke version ke sath iska example dikhaya hai.
Sir main same file may ajax or php dono code kr rha hu , sir jb akax say data bhej rha hu or php code may check kr rha hu toh data nhi aa rha ( means backend pr data mni aa rha ( ajax url may us file ka naam daal rha hu... Kahim path ka problem nhi h na
Hello sir please update Id also if we delet Id no 4 then it will show 1 2 3 ...5 this not look good id should be in proper form.. 1 2 3 4 5 6 but this show 1 3 5 7 9 so please provide this code also
$(document).on("click",".del-btn", function(){ var studentId = $(this).data("id"); alert(studentId); bhai ye function run krty hue data fetch nhi ho raha hai or kuch bhi kam nh ho raha h please help karen
Sir console m check kiya maine koi error n aaya ..aapne insert page m hi delete page edit karke btaya vo mujhse ho nahi raha h ..ussme data fetch hi n hoo raha mujhse...
what is the id that u get on php file is that from a input field as im facing a error this code is showing me the alert id but its not deleting can u help me out this is my php delete code: this is my function: $(document).on("click",".delete-btn",function(){ var deleteId = $(this).data("id"); var element = this; $.ajax({ url: "delete.php", data: {id: deleteId }, success: function(data){ if (data == 1) { $(element).closest("tr").fadeOut(); }else{ alert($(element)); } } }) });
Best tutorial ever seen on PHP-Ajax-MYSQL CRUD.
Best youtube channel for Computer science .
hello sir, i m from Pakistan and i really likes your tuts, and i'm following your tuts from university time till now.
Wow Great 👍
you are best teacher provide easy and understanding information
Thanks a ton
Thank you very much sir, you're a legend.
Bhttttttt khoooob sir aaj ajax ki puri samjh i thanx
Great :)
Sir you are great teacher thank you so much sir
A great teacher and explains everything in detail. Love it
Sir apne java script ka tutorial to bna diya tha but sir data structure and Algorithms ka bhi bna dijiye Q ki apka teaching method bahut hi jyada better h sab kuch easily samjh me aa jata h
Algorithms ke tutorial mein toh abhi kafi time lagega.
Koi bat nhi guru Ji tb tk wait kr lenge😊
Badiya bhai ek no.
Best of best❤
ager ek hi form me input field 8 ya 10 use karna ho or textarea field bi to datatbse me insert karny k liye code kese karen gy bar bar sb ko define karna hoga ya koi short cut hai
Yes their is a Shortcut :)
great video for php
Glad you liked it!
Sir thank you thank you soo much for awesome tutorials, sir can you make video on How we can create Dynamic Multilevel navigation menu using PHP and Mysql.
Excellent 👍
Many thanks
done this part thx God bless you.
Thanks :)
nyc work sir please make project based videos
Very very thank you for this video ....🙏
Most welcome 😊
Sir Ajax finish karne k baad sir aap api banana insert,delete,update,ki aur sir usko aap jQuery k through kaise implement kerte Hain aur API json format main ho kyu is video banane se frontend developer walo k liye bhi acha hoga
Yes sure ye topic maine already note kiya hua hai.
@@YahooBaba sir ek full website ki api banakr usko JSON format main aur usko webpage per display karna front page aur inner pages per jQuery k through jaise home ,about ,blog ,contact gallery k page ho aur uske inner page per kaise dynamically page show ho yeah Wala bilkul topic karna apne tutorial main aur sir last main fully jQuery k through crud banana local storage main kaise save kerte Hain in topic ko cover karna brother kyu ki yeah content kahi bhi you tube per nahi Hain definitely aapke user bhadengay
thank for this vedio sir
Most welcome
Finally Did it.wao
Kindly Shopping cart ki video bhi bana dy plz
Great video . But Sir if we delete any data how can we update I'd of student also like if we delete I'd 3 data now shows 1,2,4,5 and so on but how can we reset it to 1,2,3,4.... And so on in sequence after deleted any data also
Instead of calling I'd from db to table column id in frontend, initialize 🎉i=0 and then increment it like i++ inside while loop and get it print in I'd column in frontend
best video
Very good
Thanks
awsome video sir 😍😍😍😍🤘🤘
Thanks Akhilesh :)
Sir if we delete any data how can we update I'd of student also like if we delete I'd 3 data now shows 1,2,4,5 and so on but how can we reset it to 1,2,3,4.... And so on in sequence after deleted any data also
thank you vai
Your welcome :)
Thanks in Advance -> sir when you will finish php tuts...??
I don't know the answer of "WHEN" because i am not a full time youtuber. I am freelance developer so when ever i get some time i makes a video for youtube.
nice video sir, mera ek question hai sir ..... yadi button click me 2 dynamic value pass karna ho toh kaise kare sir??? Example: dynamic table ka dynamic row id .... please tell me sir how to solve it
Thank you
Fir to mujhe lg rha onclick attribute hi lgana padega
Sir please 🙏 I have a request make video on payment gateway and digital wallet in website there is no videos of payment gateway in youtube
Hello Shafi, I already noted these topic in my upcoming videos list but after Ajax and OOPs series.
thanks a lot
Thank you sir.
nice
i think in if(data==1) condition we can simply call loadData function
SIR, it's possible if I not want to send data to other file , I get the data in existence file using ajax.
Yahoo baba ki jai ho
Please make video on live price update on click radio button and check box in opencart usig ajax
i love you brroooo😅
Aila 😊
Sir pls answer a question.
Is your Mysql course completed?
Yes MySQL course is complete ... soon two new topic "Trigger" and "Store Procedure" will come.
sir please make video on how to hide file extension .
Element.closest(tr) KO need kyu kadi,him success k baad data fetch function call kr sakte the,db se new data aa jata and Jo data db se delete kia wo frontend mei table row mei show nhi hota...mere khyal se ye aise b ho jaega.
2nd ...theek hei table dynamic aari hei but delete and edit button pe onclick=delete($row['Id']) and
onclick=edit($row['Id'])
and function likhte In dono k lie
Function delete(id){
}
Baaki kal likhta hu thak gya mobile se likhte likhte...
😂
Because agr hm pura data fatch krte he to Sara data doobara show hota he or ise load badta he pr closest(tr) ka use krke sirf ek row ko delete kr rhe or data vhi he isse load nhi prta website pe that's simple ❤
nice sir ek question hai
Hi can you please starts CODEIGNITER ? A school management system or anything else but not basic crud in CI.
After completing Php course I will start codeigniter and laravel course.
@@YahooBaba hi thank you for reply...take care in these days.... btw i am waiting for your Ci project..one more thing can yo uplease hare some CI project link..actually i am correctly working in core php.. and nowdays i am learing CI. build a simple crud.. canyou please share some project link because crud is so basic.
For those who are facing problem to fetch id. If the following code is not working
$('document').on('click', '.delete-btn', function() {
//statement
})
Try this
$('body').on('click', '.delete-btn', function() {
//statement
})
This is also not working
Can you upload multiple checkbox delete class
I already uploaded that video on PHP with Ajax series
Aap ne jquery ke sath to ajax ka use btaya hain aur lakin javascript Ajax database ke sath me use krna nhi btya Aap2/3 video bnao
Ajax ko pure JavaScript ke sath bhi maine karaya hua hai see this playlist :
th-cam.com/play/PL0b6OzIxLPbxO0_8Av3c-9_l5RM5uJK8U.html
Check the JS Fetch videos.
Also see this video : th-cam.com/video/4bMQjDrsMwE/w-d-xo.html
Sir, plz give numbering to all the videos of this Playlist... in the start of the name.. 🙏🙏🙏
I have already mentioned video number in thumbnail of every videos.
@@YahooBaba Thanks 😍
Recommended my all friends.
sir can u please make a tutorial video on how to run your HTML and css file on localhost
This is a simple process. Place your html work in PHP extension file and then run Xampp server ..go to browser then write localhost/projectfolder
Sir, aapne btaya tha ki jo button dynamically create hote hain un pr $(document). on() wala selector lgana hota hain.... Sir ek video(doosre channel ) main maine dekha $(.classname) selector use krte hue to wo bhi kaam kr raha tha....
Yo koi khaas reason ki document wala hi lgana hain..
th-cam.com/video/s-ln4Q4jyIM/w-d-xo.html
3:30 pr is video main
Aap pehle iski tarike se laga kar dekhiye agar chal rha hai toh badiya hai. Aisa ho sakta hai ki jQuery ke version ka difference ho. Maine latest jQuery ke version ke sath iska example dikhaya hai.
@@YahooBaba ok sir, thankyou sir
Bs yehi confusion tha
Sir Codeigniter, Laravel kb se start ho raha hain??
After completing PHP course
Sir main same file may ajax or php dono code kr rha hu , sir jb akax say data bhej rha hu or php code may check kr rha hu toh data nhi aa rha ( means backend pr data mni aa rha ( ajax url may us file ka naam daal rha hu...
Kahim path ka problem nhi h na
Aise kuch khe nahi sakta , aap mujhe apna code files send kijiye. Main check karke batata hun : hello@yahoobaba.net
When you starting the advance js
After PHP course.
Sir kya javasript wali Playlist complete hai ya kuchh bacha hai usmai
Yes wo complete list hai.
One page website ko multi language mai kaise banaya pls ek video bna do
Use Google Language APIs
14:30 confirm delete
php oop ke tuorial bhi banado
Is Ajax series ke baad PHP OOP hi shuru hoga.
Hello sir kya hum ajax ki alag se file create kar link nahi kar sakte kya PHP me
Kar sakte hai
@@YahooBaba thanks
Sir intval ka main use bataye
It return the integer value of a variable.Iska main use Physics type calculations mein hota hai.
sir app php oops mae bhi concept dae please
Yes after Ajax tutorials main Oops ke video bhi laane wala hun.
Bhai ye jese app insert delete le liye alg alg file me code karrahe ho to wo ek file me hi nahi ho sakta nai to bahot files ban jayegi
Ho sakta hai ek he file mein lekin agar main wo karunga toh aap page ke complexity dekh kar darr jauge aur mere videos nahi dekhoge 😂🤣
Why it is returning undefined
sir larave 9 tutorial banao please
Aur kitne vedios aayenge sir approx PHP Mai abhi?
50 videos
Including PHP advance one also with Oop
My query is from Yahoo baba sir
Yes u r right
sir ajax work to kr raha h but wo page bhi refresh matlab page waps load ho raha h
Sir ji ajax ki help se PDF show krna bhi bta do
Yes sure :)
Hello sir please update Id also if we delet Id no 4 then it will show 1 2 3 ...5 this not look good id should be in proper form.. 1 2 3 4 5 6 but this show 1 3 5 7 9 so please provide this code also
Sir PHP se file kese Download kre?
bro delete ke button m wo id ko select in krta jsa ap ne kia wse e kia ha but id ni work kr rhi
Kya aapne project download kiya hai ....jismein problem aa rahi hai.
Ni bro download ni kia m khud kr rha hu ap ke video dekh kr
Sir mera Id nhi show ho rhi data function sy
can you please give the source code of your ajax video tutorial ,
All source code of Ajax videos are available on our website www.yahoobaba.net/codeprojects
@@YahooBaba thanks so much
Sir undefined aara h id print nhi hora
Show me your code.
$(document).on("click",".del-btn", function(){
var studentId = $(this).data("id");
alert(studentId);
bhai ye function run krty hue data fetch nhi ho raha hai or kuch bhi kam nh ho raha h
please help karen
Console mein check karo ki koi error show ho rahi hai.
Undefined return kr rha h
Please help me to fix thix
main appki website mein register kar liya par activation ke liye mere mail ko koi message nahi aya plz help me
Check the spam box
sir my ajax function don't work
Check the Console, Is their any error is showing ?
hello sir i have an iisue
how we can talk
Yes tell me here or you can email me at : hello@yahoobaba.net
yr yahoo baba mera atu table hi gaib hogyaaaa kch btaooo yr
Aap yeh complete project humari website se download kar lijiye aur apne code se compare kijiye. www.yahoobaba.net
Sir mere ye coding work n kar rahi h...
Console mein check karo kya koi error show ho rha hai
Sir console m check kiya maine koi error n aaya ..aapne insert page m hi delete page edit karke btaya vo mujhse ho nahi raha h ..ussme data fetch hi n hoo raha mujhse...
Aap yeh complete project humari website se download kar lijiye aur apne code se compare kijiye
update due
Hello bro aap gmai id to do taki main problems ki screenshot bhej sakoon.
my email id : hello@yahoobaba.net
sir apke code nhi mil rahe
Get it from here : www.yahoobaba.net/codeprojects
what is the id that u get on php file is that from a input field as im facing a error this code is showing me the alert id but its not deleting can u help me out
this is my php delete code:
this is my function:
$(document).on("click",".delete-btn",function(){
var deleteId = $(this).data("id");
var element = this;
$.ajax({
url: "delete.php",
data: {id: deleteId },
success: function(data){
if (data == 1) {
$(element).closest("tr").fadeOut();
}else{
alert($(element));
}
}
})
});
records are getting delete after refreshing the page?? help
Wonderful.... How you do this
@@YahooBaba lol. when i m clicking delete button nothing happens.whn i refresh the page then its gettng delete.😑
nice
Thanks