#03 Advanced CRUD App Using Bootstrap 4, PHP & MySQLi Prepared Statement In Object Oriented Style

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 40

  • @omenechris4698
    @omenechris4698 4 роки тому +1

    This is very good. This guy must be a talented teacher. I am highly impressed the way he explained his work in a very relaxed manner unlike some of his counterparts that run as if something is pursuing them. I rate this video 99% because his analysis and code simplicity is compared to none. Remain Blessed Soul!

  • @newsmix8659
    @newsmix8659 4 роки тому +2

    Great work! keep up the amazing work you are doing! In less the 2 hours you've assisted me to completely understand what CRUD with php and mysqli is all about! Appreciations Sir!

  • @veena1345
    @veena1345 3 роки тому +1

    Very big thanku for this type of videos....... 👍

  • @marciosilvaroballo2338
    @marciosilvaroballo2338 4 роки тому +1

    Thanks DcodeMania for the video class congratulations on the channel

  • @prossygwokyalya5128
    @prossygwokyalya5128 4 роки тому +1

    You are amazing!! Can't find the appropriate word to explain what you have done for me. Thanks again.

  • @abfaten8958
    @abfaten8958 4 роки тому +2

    Thank you Sir, you are the best all my respect from algeria

  • @vaibhavvaidya935
    @vaibhavvaidya935 5 років тому +2

    Thanks for considering my suggestion.
    I Done this part successfully...waiting for next part!!

  • @victorcix
    @victorcix 4 роки тому

    from the bottom of my heart thank you very much, with a bit of mistakes but everything went perfectly for me and all the stuff works thank you very much friend greetings from peru

  • @Happy_Shaikh
    @Happy_Shaikh 2 роки тому

    I really enjoy your videos! Can you make a video where user logins and every user sees different data they saved on the same table!

  • @akinyemijohn229
    @akinyemijohn229 3 роки тому

    Hi i will like to say a very big thank you for producing these video tutorials, they are really impactful, when implementing the video three i got with the following error Warning: unlink(): Invalid argument in C:\xampp\htdocs\... kindly enlighten me on what i am doing wrong. I await your reply in anticipation

  • @abdulkhuddus4985
    @abdulkhuddus4985 5 років тому +1

    Good explanation Thanks

    • @DCodeMania
      @DCodeMania  5 років тому

      Subscribe this channel also!!!😊😊😊

  • @dev_desire
    @dev_desire 5 років тому +1

    great work... but could you please make video for higher quality.. there is getting 360p only...

  • @supunmadara1336
    @supunmadara1336 4 роки тому

    tnq

  • @jaironaranjo3654
    @jaironaranjo3654 5 років тому +1

    Thank you Sir, I will

  • @manojkumarpatel9561
    @manojkumarpatel9561 3 роки тому

    Dear Mr. Sahil,
    The work is awesome. I followed all these, But I have some errors in Edit and Update.
    1. If the text fields are getting edited, then On clicking upon the Update button, the photo is not saving in its corresponding field.
    2. I opted for edit and without doing any changes, (neither in text nor in photo) when update is clicked ...The photo is not displaying.
    3. Individually when only photo is updated, then the photo is updated....
    Simultaneously if the text fields and photo is edited and updated, then the photo is vanishing from the list of records....
    I need to store some word and pdf documents to be saved against each record through input...Can u please do the same ?
    Thanks for this informative videos.

  • @padmasrij4008
    @padmasrij4008 5 років тому

    superb

  • @xinoterbg
    @xinoterbg 4 роки тому

    awesome¡¡¡ can you make or say me how i can add a html select? i can try to add, but when i sent the data to php for insert, this only insert the id of value, not the selected option. :(

  • @thossaponkamchoo2694
    @thossaponkamchoo2694 5 років тому +1

    Thank you.

    • @DCodeMania
      @DCodeMania  5 років тому

      Subscribe this channel also!!!!!

  • @adrienkapend647
    @adrienkapend647 5 років тому +1

    you are amazing

    • @DCodeMania
      @DCodeMania  5 років тому

      Thank you!!!😊😊 Subscribe this channel also!!!

  • @khanshahzeel1509
    @khanshahzeel1509 4 роки тому

    if we upload multiple images e.g. 2 or 3 images and wants to display them in a single row with data. mean if record # 3 have 2 images and we want to show 2 images up down in a single row. please send me code or make a video on this

  • @waytovardhi1261
    @waytovardhi1261 4 роки тому

    Make same example using Ajax and jquery and postgres database

  • @josselinondo7052
    @josselinondo7052 4 роки тому

    Hi there
    I have just find all the tuto but I mine doesn't load image to the data base it show 0 result on images fields but it copy images on uploads files
    could you help me fix that please !

  • @vonnevaldez9652
    @vonnevaldez9652 4 роки тому +1

    Hi! I hope you can help me. I copied all your codes but my update is not working. Can't find the problem. can you help me?

  • @nosagaafar2816
    @nosagaafar2816 5 років тому

    hi, after add value on input form noticed me undefined variables .....why?

  • @arthurbrown8811
    @arthurbrown8811 4 роки тому +1

    Sir Your Update Part Not Working. can you help?

  • @rachedcherif9078
    @rachedcherif9078 4 роки тому

    hi value="" is not working in the checkbox and liste select ? any solution ??

  • @jaironaranjo3654
    @jaironaranjo3654 5 років тому +1

    Sir, I have not been able to see my uploads pic nither in phpmysql or my website

    • @DCodeMania
      @DCodeMania  5 років тому

      You definitely mistaken somewhere......once again watch the video carefully and try to find where you have done mistake.....!!!

  • @racsoaromserauz
    @racsoaromserauz 4 роки тому +1

    I cant Update...

  • @jaironaranjo3654
    @jaironaranjo3654 5 років тому

    Sir If you would have time Why is that you use twice (isset($_FILES['image']['name']) -> if(isset($_FILES['image']['name']) &&($_FILES['image']['name']!="") line 77 of the action.php.
    is because one is for the path and the other one because the file name? thank you

  • @al3kjcoraci572
    @al3kjcoraci572 5 років тому +1

    HEY BRO HELP NOT UPDATE ME, I USE $update= UPDATE crud SET name=$name .......WHERE id=$id;
    $RESULT=mysql_query($update) but on table not update

    • @DCodeMania
      @DCodeMania  5 років тому

      Watch this video again very carefully and try to follow each step....!!!

  • @niwamicha226
    @niwamicha226 3 роки тому

    when i insert the result dont fetch