Added: 2 years ago
From: pbj746
Views: 20,343
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (45)

Sign In or Sign Up now to post a comment!
  • great, thanks!

  • You should really put jQuery in the title if you're using it. I got a bit into the video before I realized that you weren't just showing how to use the XHR to talk to PHP/MySql, which is what I'm looking for. EVERY video uses jQuery, which I don't want to learn to depend on until I'm more comfortable in JavaScript.

  • Helpfull

  • Just wanted to say hello, and give you all credit for a great video production

  • Thank you !

  • sweet

  • Good work. I hope you make a video abou live update on a form using php and mysql as a data source.

  • Pls where can i find this code???

  • @0918309 You are so lazy... -_-'

  • Thanks for the tutorial although am watching it abit late..

  • Comment removed

  • Hello man need help!

    i made a backup office for viewing with php the comments that were posted by others.

    the problem is that i cant make a button to delete the comments from the deta bace in the same page ,and i need a auto delete delete after 50 comments by 1 the oldest comment !!

    please advise what to do?

  • I can't believe anyone would complain about your tutorials. I been taking web programming for two years now and bacically I'm paying for a piece of paper because 80% of what I have learned in the last couple years has been from youtube videos like yours. I have watched a ton of them. I must say you are one of the top ranked because you speak clearly and in plain english. When I say that, I mean you don't use geek gibberish. So thank you very much for all you videos.

  • Great tutorial that looks so cool and adds a nice touch to a website. Is there any way to validate the data before it is submitted. I've tried to use some jquery validation but even if it does validate the bar comes down and says the form has been submitted.

  • It wont work! the box just stays there! (the box)

  • ur tutorials is ausome.. thanks .. do you have any tutorials for dropdown with jquery? say data load from DB to select from another DB, like say dropdown category on change another dropdown val will change according to category dropdown.. thank you.

  • very good, thank you for this!

  • thanks man

  • but I need to it like this. when i clikc the link load data into the same page. All the tutorials here shows how to get data with forms and buttons. but I like it without buttons and forms

  • Hi Thanks for the great start, I would like to see a tutorial on how to get mysql data without refreshing the page, I just wanted to get data with get method with a classic link, now what we are doing is creating two pages. data.php & details.php and make a link like details

  • Great tutorial

  • What editor is he using????????

  • Everything is fine! but how can you make the text disappear from the input boxes after sending data to php file?

  • I like how you talk about Ajax Php and Mysql and I am interested to see how you can develop an interface and database for an invoice, with multiple items. I would like to see how to insert, viewe, edit invoice to database using AJAX php and Mysql.

    Thank you for your time.

  • what if the comment was posted successfully ? and there was an error, it will still say it was posted successfully

  • Dude. I've tried this code and tested with Chrome and it doesn't work. Upload the ****N source code so those watching know what's going on. Do that or take this video down. thanks.

  • @SamuelLJackson55 Yes dude i also checked this code but its not woking. Over here the method has used is POST but its action is like GET so what the heck is this nonsence??? :(

  • Why do you hide your green div with a jquery call? display:none in the css makes more sense

  • hi, i've followed the tutorials and think is a great start, but i actually got some weird problem.. as it declare

    $(document).ready(function(){ $("div#msgbox").hide();

    it want show up the div!

    any hint?

    regards.

  • I've change 2 troubleshoot the problem.& found that the DIV comes down but it wont stay down, seems something is triggering the slideUp function.my code:

    $(document).ready(function(){ $("div#msgbox").slideUp("slow"­);

    $("#addComment").click(functio­n(){ $.post('process.php', { name:$("#name").val(),

    comment:$("#comment").val}, function (response){ $("div#msgbox #msg").html("Hola ok"); $("div#msgbox").slideDown("slo­w"); }); }); $("div#msgbox").click(function­(){ $(this).slideUp("normal"); }); });

  • Thanks

  • Thank for the video.It really helps me too learn few basics things about to work in jquery.I really love this video and .Thanks once again.Keep up the good work....

  • noob question uh jquery isn't a file? what am i supposed to copy and past it to notepad or something? wasn't apparent in the video and going to jquery dot com is really not apparent. i know html css.. but the coding geeks just don't even care you don't speak their version of geeklish.

  • You should notice more of the things the editor does for you while typing.. saves you a lot of backspaces ;)

  • please reupload the source code!!!!

  • not bad but to make a decent Ajax message board try this

    watch?v=_oQSfLgbxL4

    take it to the next level :)

  • Hi sir its cool vidio,can you plz post vidio for phpliveX

  • Thanks alot for this simple but cool video :) cheers - Omee

  • i used this code. it doesnt work.can it be the ommited closing? can i paste my code here for u too see whats wrong?

  • I checked out your other tutorials but it cant connect to the database with password "NO" wtf?

  • that means you dont have a correct password in the database connection, or you don't have one set in mysql, also check the username and make sure its spelled correctly

  • @pbj746 it's too short  mysql and apache also have limitations and filters built in for security purposes.

    ;)

  • Good tut, but you need to check your code better - you forgot to close the parentheses after "process.php", I think that might have been your problem, because as I remember functions don't have to return anything.

  • that was the problem, i found it out after i finished recording

  • @pbj746

    If you'd like in the procces.php file a script that , i.e

    if($blabla != 1) {

    make so that the div says: "Comment unacceptable" instead

    }

    how would you do that?

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more