Insert data into database and display in HTML table using PHP and MYSQL | Tutorial - 55

Поделиться
HTML-код
  • Опубликовано: 24 май 2019
  • Here, we insert data into a database table and display in HTML table using PHP and MYSQL. Fetch data from database table and result in display in HTML table using PHP while loop.
    In this tutorial, we will understand the two PHP concepts. First, insert or register data into MYSQL database table and second select data from database table using select query.
    You can display data in an HTML table or simple format using the PHP script.
    Here, you will clear about insertion operation and select operation.
    Follow the steps -
    1. Create an MYSQL database table.
    2. Create a config.php file.
    3. Make an HTML form.
    4. Create PHP script form data insert into a database table.
    5. Select data and display in HTML table on the same page.
    Watch the PHP tutorial until the end.
    Part 2 is here-
    • Display data in HTML t...
    Complete PHP tutorials in Hindi
    bit.ly/32IsMuI
    bit.ly/2y0VFnI
    Complete PHP Tutorials
    bit.ly/2XVTyRi
    bit.ly/2TT3lAK
    Website
    technosmarter.com
    For any question use our Smarter QA platform.
    Ask the Question
    bit.ly/2Ee7LOj
    or other videos by Techno Smarter...Subscribe below links!!
    Facebook
    / technosmarter
    Twitter
    / technosmarter
    RUclips Channel
    plus.google.com/1038408050263...
    Instagram
    / technosmarter
    #mysql #PHPTUTORIALS #insert #display #programming #trending
    Reference -
    1. Insert data into a database in PHP.
    2. Register user data into MYSQL database table using PHP.
    3. Insert and display data into an HTML table by PHP.
    4. PHP tutorials.
    5. Language - HINDI
    .
  • НаукаНаука

Комментарии • 235

  • @bacsipetya8812
    @bacsipetya8812 3 года назад +3

    God thanks!! I have found a Great PROGRAMMER like you dear Thapa!

  • @Zoxipro
    @Zoxipro Месяц назад +1

    Mza aa gya Bhai ❤❤❤

  • @niteshnapit1177
    @niteshnapit1177 3 года назад +1

    Clear 👍

  • @sanjitaverma1564
    @sanjitaverma1564 3 года назад +2

    Thanks sir this is the video I was searching for

  • @Allinone-fc2lo
    @Allinone-fc2lo 2 года назад +2

    You are true developer thank you for this video

  • @nicollaineperez4341
    @nicollaineperez4341 3 года назад +4

    Thankyou for making this video it helps me a lot in my Project 💕

  • @easyenglishgrammar6011
    @easyenglishgrammar6011 2 года назад +1

    100% work. Thanks a lot.

  • @KunalMahale-zs1lf
    @KunalMahale-zs1lf Год назад +1

    Thank you sir, this video help me more for my website and has clear all the concepts

  • @socialmedia5682
    @socialmedia5682 Год назад +2

    Thank u so much such a great tutorial 👌👌🙏

  • @Abhikriyalectures
    @Abhikriyalectures 10 месяцев назад +1

    great explanation, got it very easily ❤

  • @mohamedawad4606
    @mohamedawad4606 Год назад +1

    Very Good High Level Thinking

  • @sanjitaverma1564
    @sanjitaverma1564 3 года назад +19

    Legend are watching this video in 2021😂

  • @ejhayballer5570
    @ejhayballer5570 3 года назад +2

    thank you sir!!!

  • @pallavigangurde1122
    @pallavigangurde1122 3 года назад +1

    Thank you so much sir🙂🙃

  • @NiteshKumar-dn4em
    @NiteshKumar-dn4em Год назад +1

    Thank You Brother ❤ Lots of love to you!!

  • @BESTCOOKINGTUTORIAL
    @BESTCOOKINGTUTORIAL 2 года назад +1

    php getting popular day by day

  • @mussafarariaz421
    @mussafarariaz421 2 года назад +1

    Thanks alot sir !

  • @uditsharma974
    @uditsharma974 3 года назад +1

    Jaise connection file humne include ki thi 1st page ki linking me toh 2nd page Ko link m dobara file banegi ya Wahi include kr du???

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Connection file ek bar hi bnti hai fir usi file ko hum sabhi page pe top pe at the beginning include kra lete hain .

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      For example watch registration and login form in php
      ruclips.net/video/kinYAbkq8JE/видео.html

  • @Poojayadu.Vlog25
    @Poojayadu.Vlog25 2 года назад +1

    Thanks 😊

  • @zahraghuloom2378
    @zahraghuloom2378 2 года назад +1

    thanks a lot

  • @uditsharma974
    @uditsharma974 3 года назад

    Sir jaise hmme first page ki linking ke liye connection file bnayi thi toh sir 2nd page Ko linked krne ke liye dobara bnanai pdegi vo file.

    • @TechnoSmarter
      @TechnoSmarter  3 года назад +1

      No , include same connection file
      For example watch registration and login form in php
      ruclips.net/video/kinYAbkq8JE/видео.html

  • @salonisharma9215
    @salonisharma9215 3 года назад

    Sir PLZZ mere bhi ye doubt hai jaise connection file humne 1st page ki linking me bnayi toh agle page ki linking me dobara bnegi ya ussi hi include kr lu plzzz sir reply

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Connection file ek bar hi bnti hai fir usi file ko hum sabhi page pe top pe at the beginning include kra lete hain .

  • @vinodgaikwad8403
    @vinodgaikwad8403 3 года назад +1

    Very Very Nice explain in short time with fully function solve for data store...

  • @nixcodes
    @nixcodes Год назад +1

    thanx brother

  • @mohankotak5821
    @mohankotak5821 3 года назад +1

    Thanks

  • @poojam268
    @poojam268 3 года назад

    Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, array given in. This is showing when I run the program and please tell me how to insert photo in database and display ,plzz plzzz do help.

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      There may problem in your query and other things before the fetch array .
      Check your query and connection variable in mysqli_query() function .
      You can check here
      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      You can check question and answer here
      Reference
      technosmarter.com/qa/643/mysqli_fetch_array-expects-parameter-mysqli_result-bool-given-line

  • @rameshmeena7582
    @rameshmeena7582 Год назад

    Sir, by selecting the data from the database, according to the id and adding the column, how will it be done in the same table?

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Select data by id and insert by insert query.

    • @rameshmeena7582
      @rameshmeena7582 Год назад

      @@TechnoSmarter sir please videos

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      ruclips.net/video/fBfVvUm2N-g/видео.html

    • @rameshmeena7582
      @rameshmeena7582 Год назад

      @@TechnoSmarter thnq sir.sir you explain very well in the video

    • @rameshmeena7582
      @rameshmeena7582 Год назад

      Sir, if there is a video related to how a 12 months salary sheet is made for a salary employee and how per tax is calculated, please send it.

  • @biswajitbehera1631
    @biswajitbehera1631 3 года назад

    what if I want to link another html page in place of function.php

    • @biswajitbehera1631
      @biswajitbehera1631 3 года назад

      how can I submit data in database and go to another html page simultaneously???

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      You can use header () function to redirect (jump to ) another pager after submitting .
      Header function Reference
      technosmarter.com/php/header-function.php

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Header function in Hindi
      technosmarter.com/PHP-in-Hindi/header-function.php

  • @abbasi.9066
    @abbasi.9066 2 года назад +1

    Brother how can we add more column?

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      Add more columns in database table and then add more fields in your query and code .

  • @kirankumarmg3191
    @kirankumarmg3191 Год назад +1

    Ultra legend are watching this video in 2022

  • @tarequekhan2935
    @tarequekhan2935 3 года назад

    Sir meri database connection nehi ho raha .
    or connection.php me kuch show nehi ho raha he .
    Koi warning bhi nehi..

    • @TechnoSmarter
      @TechnoSmarter  3 года назад +1

      Fir aap kaise kah sakte hain ki database connect nhi jab aapko koi issues nhi mil raha hain
      Baaki reference ke liye kis trah se database connect krte hain yahan par dekh sakte h
      technosmarter.com/qa/506/how-to-connect-the-html-page-to-the-mysql-database-using-php
      If condition m test kijiye ki connection variable true h ki nhi .

    • @TechnoSmarter
      @TechnoSmarter  3 года назад +1

      Baaki niche diye gye code ka use kr sakte h jis se connection.php ko run krne par error show hogi agar koi mistake h to ...

  • @sanskrutisawalkar9339
    @sanskrutisawalkar9339 2 года назад

    The failed message is coming data can not be saved
    What's happening

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      May be issues in your query or database columns .

  • @priyankaballey
    @priyankaballey 4 года назад +1

    nice video...after watching many videos..I have find out the answer from your video...Thanku Sir

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Welcome Priyanka Balley .

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Hey Priyanka
      You can use our QA forum to ask any question and get best answer .
      technosmarter.com/qa
      You should join it .

    • @moanxion9102
      @moanxion9102 4 года назад +1

      @@TechnoSmarter Ok thanks!

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Welcome

    • @debshantonu7072
      @debshantonu7072 4 года назад +1

      Do you not make video on data update or delete on database by this following processes?

  • @rameshmeena7582
    @rameshmeena7582 Год назад +1

    How to take print out of particular content from database?

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Watch this for registration and printout
      ruclips.net/video/xXyh0qA0Y2o/видео.html

    • @rameshmeena7582
      @rameshmeena7582 Год назад +1

      @@TechnoSmarter sir print me date show nahi ho raha h

    • @technosmarterinfo8920
      @technosmarterinfo8920 Год назад +1

      @@rameshmeena7582 You have to fetch data from the database and print. Watch that video carefully.

  • @uditsharma974
    @uditsharma974 3 года назад

    Sir plzz rply krna aap bhaut acha smjahte ho plzzzzzzzzzzzz sir

  • @rahulujjawalsharma6503
    @rahulujjawalsharma6503 Год назад +1

    Write a program to continuously take a input for students details from the console or html ,the user should be able to add multiple students details once .the data should be saved in a database . Once the data is saved the user should be able to edit and delete option should allow for the bulk delete. plse code

  • @sanjaybareth7961
    @sanjaybareth7961 2 года назад

    my form automaticaly submit with blank data what is the solution of this issue ...?

    • @TechnoSmarter
      @TechnoSmarter  2 года назад +1

      Check your variables value inside if block of code
      then check values are coming or not from form fields
      Then
      Check your insert query .

    • @sanjaybareth7961
      @sanjaybareth7961 2 года назад +2

      @@TechnoSmarter thanks it helps

    • @TechnoSmarter
      @TechnoSmarter  2 года назад +1

      Welcome

  • @neethurmenon5757
    @neethurmenon5757 3 года назад

    It is neither showing success nor failure and data is not getting entered into the database. It shows MySQL has returned an empty result. Pls do help.

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Check your insert query

    • @pi8602
      @pi8602 Год назад

      same error

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Kindly check your insert query or remove date from query then try again .

  • @lahariyenugu6247
    @lahariyenugu6247 2 года назад

    MySQL returned an empty result set can anyone answer what is the reason

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      Check your table name .
      Check your query for the same purpose .
      Check data available in your table or not .

  • @apsararenkuntala3254
    @apsararenkuntala3254 2 года назад

    Sir data insert ni hori h plz tell me kal interview h mera

  • @taguinodjulianveraldrichr.6487
    @taguinodjulianveraldrichr.6487 3 года назад +1

    it keeps on failing. i checked all the codes

  • @sadgunamasale9172
    @sadgunamasale9172 Год назад

    I have to make one table. Can you help me.

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Yes . Data in html table or database table .

  • @syedtechnical4724
    @syedtechnical4724 3 года назад

    It's basic operation

  • @montythayil4638
    @montythayil4638 4 года назад +1

    THANKS

  • @sanjitaverma1564
    @sanjitaverma1564 3 года назад +1

    Sir Can we do these process in android?

    • @TechnoSmarter
      @TechnoSmarter  3 года назад +1

      Yes ... You have to work on android .

    • @sanjitaverma1564
      @sanjitaverma1564 3 года назад +1

      @@TechnoSmarter how?

    • @sanjitaverma1564
      @sanjitaverma1564 3 года назад +1

      @@TechnoSmarter can I talk you somewhere?

    • @sanjitaverma1564
      @sanjitaverma1564 3 года назад +1

      @@TechnoSmarter I was asking to do in Android Phone

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Fo reference find android tutorial by link
      www.google.com/search?sxsrf=ALeKk00he9hxenSnqwjaX_pdQgGbGcx8Lw%3A1612527294388&source=hp&ei=vjYdYNm4FZPZz7sPnbW9gAE&q=insert+and+display+in+android&oq=insert+and+display+in+an&gs_lcp=ChFtb2JpbGUtZ3dzLXdpei1ocBABGAAyBQghEKABMgUIIRCgATIFCCEQoAEyBQghEKABMgUIIRCgAToHCCMQ6gIQJzoECCMQJzoICAAQsQMQgwE6AggAOgUIABCxAzoFCC4QsQM6BggAEBYQHjoICCEQFhAdEB5QqwxYvFBgnl9oA3AAeACAAf4CiAHyK5IBCDAuOS4xNC4ymAEAoAEBsAEP&sclient=mobile-gws-wiz-hp

  • @uditsharma974
    @uditsharma974 3 года назад +1

    Sir meri website ki linking nahi hori sir plzzz plzzz sir

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Kya aapne sitemap submit kar diya Google webmaster main ?

    • @uditsharma974
      @uditsharma974 3 года назад

      @@TechnoSmarter sir I am new to ur channel.sir mujhe sitemap Kya cheej hai mujhe smj Ni Aara aap Kya Bol re ho plzz ek Baar detail me smj do

    • @TechnoSmarter
      @TechnoSmarter  3 года назад +1

      Sitemap.xml ek XML file hoti hain jisme aapki website ke sabhi links hote hain jaise
      example.com/sitemap.xml
      Is trah se apni website ka sitemap check kijiye yousitename.com/sitemap.xml
      Us sitemap url ko Google console webmaster site map tool main submit kijiye jis se kuch dino baad aapki website Google search engine m link ho jayegi. . .....

  • @osnapz_
    @osnapz_ 2 года назад

    Can we do the same using VScode and xammp?

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      Yes , why not

    • @osnapz_
      @osnapz_ 2 года назад

      But my code is not working without phpmyadmin , I'm using Xammp VScode and MySQL CLI@@TechnoSmarter

    • @osnapz_
      @osnapz_ 2 года назад

      Please help

    • @TechnoSmarter
      @TechnoSmarter  2 года назад +1

      PHPMYADMIN comes with xampp server . You can connect php page to database by phpmyadmin also create database in phpmyadmin .

    • @osnapz_
      @osnapz_ 2 года назад

      But whenever I'm trying to open it, it's showing invalid setting, access denied

  • @uditsharma974
    @uditsharma974 3 года назад

    Kr Liya

  • @shubhamshah8415
    @shubhamshah8415 3 года назад

    how to get source code of this ??

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Go to reference link or part two
      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html

  • @samikshagajbhiye9300
    @samikshagajbhiye9300 3 года назад +1

    while inserting data into database id is not auto incrementing. its showing 0 everytime

    • @TechnoSmarter
      @TechnoSmarter  3 года назад +2

      Edit your id column and make it auto Increment first .

    • @samikshagajbhiye9300
      @samikshagajbhiye9300 3 года назад +1

      @@TechnoSmarter yep... It worked.. thank you...

    • @TechnoSmarter
      @TechnoSmarter  3 года назад +1

      Welcome

    • @samikshagajbhiye9300
      @samikshagajbhiye9300 3 года назад

      @@TechnoSmarter hey...
      M trying to give an input in textarea which have single quotes, semicolons.. and after inserting the data into db.. else statement is executing..
      How to make this working with single quotes, semicolons etc

    • @TechnoSmarter
      @TechnoSmarter  3 года назад +1

      Create textarea
      Give a name to textarea
      Use that name with post
      Handle value via post and store in a variable
      Use that variable in a insert query like others fields
      Done ......

  • @uditsharma974
    @uditsharma974 3 года назад

    Nahi ho Ra insert code bhi thousand times check

  • @mahadevkadam5938
    @mahadevkadam5938 Год назад +1

    Any I need code
    Simple php admine panel
    Text changer
    Admin page to home page
    Mines php to php text changer

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      We are not getting your point but you can find admin panel in many sources .
      Check here and you can get source code there
      technosmarter.com/shop

  • @surajwaratkar9167
    @surajwaratkar9167 2 года назад

    Sir mera failed aya hai same kaiya waise hi

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      Share your errors .

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      Also you can check tutorial here
      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html

  • @daxeshsoni4842
    @daxeshsoni4842 2 года назад

    Sir database me data insert nahi ho raha he..

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      Check your query . Correct your insert query .

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      You can check complete tutorial here
      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html

    • @daxeshsoni4842
      @daxeshsoni4842 2 года назад +1

      @@TechnoSmarter sir ho gaya tq..

    • @TechnoSmarter
      @TechnoSmarter  2 года назад +1

      Welcome

    • @poonampandurantnakti6993
      @poonampandurantnakti6993 2 года назад +1

      @@daxeshsoni4842 can you explain me plz muze same failed hi aa raha hai

  • @lilDrizzyyy
    @lilDrizzyyy 3 года назад

    Um part 1 and 2 are the same.

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      No , Part 2 is the next part to complete part 1 . These are not same .
      ruclips.net/video/qJLQkge0Kcg/видео.html

  • @moanxion9102
    @moanxion9102 4 года назад +1

    Plz make English videos so all of us can understand .

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      For English tutorial , you can visit link in description and read complete tutorial with source .

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Reference for this tutorial -
      bit.ly/2W3DcWa

    • @dharma3404
      @dharma3404 4 года назад +1

      @@TechnoSmarter thanks very helpful

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Welcome

  • @rayofhope9376
    @rayofhope9376 3 года назад

    my data it says failed...what mistake i ve done?>

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Something issue with your MySQL query in PHP . Check your insert query

    • @rayofhope9376
      @rayofhope9376 3 года назад

      @@TechnoSmarter $result = mysqli_query($mysql,"INSERT into form-2 values('$name','$lastname','$email')"); its totally fine ?

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      What about row I'd ?
      Auto Increment or not
      Not in your query as empty value

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      For more clarification visit tutorial
      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html
      Or ask question on our QA forum

    • @rayofhope9376
      @rayofhope9376 3 года назад

      where>

  • @djadeja4709
    @djadeja4709 3 года назад +1

    Word to word sab same hai but kuch nahi ho raha error bhi nahi aa rahi and database me store bhi nahi ho raha... please help me!!!

    • @TechnoSmarter
      @TechnoSmarter  3 года назад +1

      Check your MySQL query or post your question on our qa forum

    • @djadeja4709
      @djadeja4709 3 года назад +1

      @@TechnoSmarter okay

    • @djadeja4709
      @djadeja4709 3 года назад +2

      I have sent the question please reply asap because I have to do project based on this!!!

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      We provide support between 10 AM to 6 PM on our qa forum . You will receive answer soon between given time .

  • @daxeshsoni4842
    @daxeshsoni4842 2 года назад

    Error: mysqli_connect():(HY000/1045):Access denied for use 'exam'@'localhost'(using password: YES) sir aesii error aa rahi he..

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      Set correct connection details .

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      Check how to connect database
      technosmarter.com/qa/506/how-to-connect-the-html-page-to-the-mysql-database-using-php
      And
      Inserting operation
      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html

  • @monusinghal8606
    @monusinghal8606 4 года назад

    Koi bhi error nh aa rhi lekin record bhi save nh ho rha or else vali statement print ho rhi hai har baar

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Iska matlab hain ki query m issue acche se check kijiye

    • @monusinghal8606
      @monusinghal8606 4 года назад

      Sir query me issue Kese check krte hai

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Video main query dekho and apni query dekho match ho rahi h kya ya koi issue h .

    • @monusinghal8606
      @monusinghal8606 4 года назад

      Sir I am sorry. But ek choti si help or krdoo Muje ye bta do Kitne minit per query dikhai hai aapne Kyuki muje pahchan nh hai .plz sir

    • @TechnoSmarter
      @TechnoSmarter  4 года назад +1

      @@monusinghal8606 Query use kahte hain jo data ko insert karne ya fetch karne ke liye MYSQL database ke liye use ki jaati hain aapne . Aapne apne code main query create ki hogi use check kijiye -
      query Like this with PHP -
      $result = mysqli_query($cser, "INSERT INTO crud2(pname,pcode,pprice) VALUES('$pname','$pcode','$pprice')");
      Reference ke liye aap is PHP tutorial ko bhi check kar sakte hain technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html
      isme fields different hain par kaam same hi hain insert and display in HTML table .
      baaki koi bhi issue rahta hain to humare QA forum par question post kar sakte hain
      QA forum ki link aapko description main mil jayegi .

  • @uditsharma974
    @uditsharma974 3 года назад

    Plzz Facebook par kis Naam se ho ye bta do sir plzzzzzzzzzzzz

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Techno Smarter
      Same name on facebook , Insta and twitter .
      You can visit tutorial page
      And comment
      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html

  • @bumbayrenkhnaran5974
    @bumbayrenkhnaran5974 2 года назад

    source code pls??

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html

  • @uditsharma974
    @uditsharma974 3 года назад

    Sir aap Facebook par ho sir aap Ko messenger par code ki pic bejni thi

  • @jmvalencia3378
    @jmvalencia3378 3 года назад

    Error

  • @shakilhossain3591
    @shakilhossain3591 2 года назад

    dont working

  • @uditsharma974
    @uditsharma974 3 года назад

    Sir failed likha Aara h

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Check your query or connection file

    • @uditsharma974
      @uditsharma974 3 года назад

      @@TechnoSmarter sir aapko plz aap apna no de do m pic bej dunga code ku

    • @uditsharma974
      @uditsharma974 3 года назад

      Maine sab check kar liya

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Try tutorial on site
      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html

  • @uditsharma974
    @uditsharma974 3 года назад

    Aap Ko show kr dunga prblem

  • @srinathdandekar4766
    @srinathdandekar4766 4 года назад +1

    Success message ata hi nhi or error bhi nhi ara he

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Means aapke code behaviour main problem hain acche se check kijiye or nhi hua to fir dobara comment krna

    • @pulkitjain8135
      @pulkitjain8135 4 года назад

      @@TechnoSmarter nhi chal rha

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Kya issue aa raha hain

    • @pulkitjain8135
      @pulkitjain8135 4 года назад

      @@TechnoSmarter failed a rha h

    • @pulkitjain8135
      @pulkitjain8135 4 года назад

      @@TechnoSmarter I think database is not connecting

  • @contexto.quebrado
    @contexto.quebrado Год назад

    Don't work :/

  • @salonisharma9215
    @salonisharma9215 3 года назад +1

    PLZZ reply de do sirr

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Connection file ek bar hi bnti hai fir usi file ko hum sabhi page pe top pe at the beginning include kra lete hain .

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      For example watch registration and login form in php
      ruclips.net/video/kinYAbkq8JE/видео.html

  • @sarathk440
    @sarathk440 3 года назад

    It shows success but the data's aren't inserted in the database

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Check your table name and values .

    • @sarathk440
      @sarathk440 3 года назад

      @@TechnoSmarter it is correct bro but still it doesn't inserting the values

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      Use our qa forum and post your question with your code . Qa forum link in description . We will test your code and will answer you .

    • @sarathk440
      @sarathk440 3 года назад +1

      @@TechnoSmarter sure thing bro

  • @vlog_fit
    @vlog_fit Год назад

    vai thora sans lelo uske bad bolo video knowledgeable hai but ache se bolo

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      😊 Thanks for your feedback . Check latest videos.

  • @rustyshackleford1964
    @rustyshackleford1964 4 года назад +2

    You know.... If you are going to speak another language, at least have the common courtesy to say that in the title.

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      Sure but web tutorial in English language . You can check in description

    • @TechnoSmarter
      @TechnoSmarter  4 года назад

      You can check tutorial on our website
      bit.ly/2W3DcWa
      Language - English

  • @anthonykagwi1867
    @anthonykagwi1867 3 года назад

    please not everyone understands your language

    • @TechnoSmarter
      @TechnoSmarter  3 года назад

      If you are looking for English tutorial then check this tutorial on our website .
      Language - English
      technosmarter.com/php/PHP-insert-data-in-database-and-display-in-table.html

  • @sanskrutisawalkar9339
    @sanskrutisawalkar9339 2 года назад

    The failed message is coming data can not be saved
    What's happening

    • @TechnoSmarter
      @TechnoSmarter  2 года назад

      Kindly check your query , database columns .

  • @uditsharma974
    @uditsharma974 3 года назад

    Aap Ko show kr dunga prblem