Connect flutter app to mySql server and phpmyadmin

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 132

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

    I have searching at so many source... but You are the only one to show me how to connect data to Web Server (mySQL). I am realy need to see your next video...

  • @gilmcglory3748
    @gilmcglory3748 6 років тому +3

    Thanks man. You are truly one of a kind, to be creating such great tutorials - full apps, not just tidbits of code, etc. Thanks a lot.

  • @tatendakabike9217
    @tatendakabike9217 6 років тому +8

    Great stuff bro, i really needed this illustration, keep it up , thumbs up from Zimbabwe.

    • @SantosEnoque
      @SantosEnoque  6 років тому

      Thank you for the love all the way from Zimbabwe.....

    • @tatendakabike9217
      @tatendakabike9217 6 років тому +1

      @@SantosEnoque You are welcome.

  • @AdemoyeOpeoluwa
    @AdemoyeOpeoluwa 6 років тому +2

    Nice one Santos Enoque, welcome back.
    I guess we will be writing the shopping cart logic or functionality using php now.

    • @SantosEnoque
      @SantosEnoque  6 років тому +1

      yes we will, but I will create a video on firebase so that you guys can learn, but we will implement the backend of the shopping app using mysql now

    • @AdemoyeOpeoluwa
      @AdemoyeOpeoluwa 6 років тому

      Santos Enoque Alright bro 👍

  • @blessingchelinje9317
    @blessingchelinje9317 6 років тому +1

    You are the best my guy. Watching from Zimbabwe.

    • @SantosEnoque
      @SantosEnoque  6 років тому +1

      Thanks for the love all the way from zimbabwe

  • @didiksukoco9588
    @didiksukoco9588 5 років тому +27

    Why so little people creating video Tutorial to connect Flutter to Web Server (mySQL)... why always firebase....

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

      Cause easier to integrate

    • @Quantum_Nebula
      @Quantum_Nebula 4 роки тому +6

      @@shishirbagalkot1068 that's true, but honestly... MySQL is wayyyy better if you don't want someone else (google) holding your shit. lol and it costs $0

  • @danasugu1767
    @danasugu1767 6 років тому +2

    Great! Hope to see the next part soon! Thanks!

  • @Geceparlayan
    @Geceparlayan 2 роки тому +1

    is it going to be slower than firebase firestore if we use free mySQL servers on the internet as you used??????

  • @allvisionmedya8229
    @allvisionmedya8229 6 років тому +2

    This is wonderful !! Thanks for everything. And we waiting more your videos :)

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

    Thanks man
    I am waiting the next videos

  • @sherriboley6510
    @sherriboley6510 Рік тому

    I really appreciate the detail that you give in this video. It is very helpful. At the beginning of this video you state that you will review the CRUD operations in your other video. I'm having trouble finding the next video. Can you tell me which video it is? Thanks!

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

    Good work bro 👍💪

  • @zeit8470
    @zeit8470 6 місяців тому

    personal timestamps
    23:03 writing php file to connect to server
    38:32 write php file for get query (44:18 for code)
    46:09 accessing data from Flutter App
    50:28 getData code

  • @muneebkhan-cp7fk
    @muneebkhan-cp7fk 5 років тому +3

    Great stuff.
    It would be really helpful if you could add videos for connecting the application with Node js also.

  • @tzcommunity8799
    @tzcommunity8799 4 роки тому +8

    i recommend you to create a complete tutorial of flutter cms app with mysql, php and restApi, by doing this you could earn more viewers

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

    when I add this line '/public_html/get.php' to the website name it gives me an "error 404 page not found" page. and when I put the full URL in the code it didn't produce the expected output at all .. can someone tell me what am I am doing wrong?

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

    Thanks bro for sharing, and i like the way you simplify things

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

    but once you publish the app, and start using it on the real phone, this will not be working anymore, it is working only on emulators
    can you solve this problem, otherwise there is no use of this video at all.

  • @fatima-cf1bj
    @fatima-cf1bj Рік тому

    great course thanks😍

  • @건건-r7m
    @건건-r7m 4 роки тому

    thumbs up from Korea! It was really helpful :D

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

    wow, great source, and help me a lot.
    please make this type of video to use in WebHost PHP MySQL in the flutter.

  • @jamesr2408
    @jamesr2408 Рік тому

    @52.05, the query statement in the get.php is SELECT *, i.e., ALL records? Why only the record of id #1 was returned? why wasn't Id #2 also returned?

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

    Thanks man. If you guys spend some time on this tutorial, it's definitely worth it. But more explanation would have helped. Although, it worked for me so no complains :)

  • @humbertosilvabarros3827
    @humbertosilvabarros3827 6 років тому

    Best 1080p60 resolution.👍 Thank you very much!

  • @ernestdesbordes
    @ernestdesbordes 5 років тому +3

    Amazing!! i want to know if there is way to connect Flutter to an online Mssql database with database connection strings

  • @michaeltladi6816
    @michaeltladi6816 5 років тому +4

    my chief, I was looking forward to see how you connect the app to mysql, what happened?

  • @shahadahmed9857
    @shahadahmed9857 3 роки тому +2

    i'm getting a 404 (page not found)error when i try to open the page and make sure that everything is working...

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

    around 49:02 that portion of code says the url can not be a string. due to https updates, what would be the updated version of getting the data to be pulled?

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

      replace his code(the http.get) with this -> http.Response response = await http.get(Uri.parse(url))

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

    Great video. Please is there a link to the next part, the adding and deleting through flutter app?

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

    because only the first data in the table appears and not all the data? thanks

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

    I want to connect my Flutter app to my Oracle database, can you please help us out?

  • @magnomani5865
    @magnomani5865 6 років тому +2

    "How Amazing Guy - You Are"!!!!!

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

    how about the mssql connect server to link the database and what are recommended if not enable to direct from mssql thanks.

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

    Do you advice me to learn php MySQL first before learning dart flutter for full stack developer??

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

    Can you do a complete video of flutter app with sql server back end. Sql server hosted on aws or somewhere?

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

    I love you so much, can you do a tutorial to build an app for vanilla forum?

  • @aliabubakar6989
    @aliabubakar6989 4 роки тому +3

    how to sync data when saved while offline after turn on the network. Thank you.

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

      Create logs to save the mysql commands used offline and then get these logs and execute when you have internet.

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

    May you please make a video about the best web hosting server for a flutter mysql php app and compare the differences between them?

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

    Dear @Santos Enoque ; Great and maybe the only tutorial which is about flutter+php+mysql, thanks a lot. Could you please tell how is it possible if we want to get radio-button or dropdown-list to mysql with this method?

  • @aradhyamodi7761
    @aradhyamodi7761 6 років тому +1

    Thank you ..Love u bro...

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

    I found this video useful but please, next time edit and cut it a bit, it could have lasted a bit less.

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

    Can I instantly import information from MySQL database to Firestore database?

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

    *but if we keep in public_html, it will be accessible to public right? And they can see db password*

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

    Sir can we use php my admin backend connection with flutter,,if we are developing web app,android app,and windows app as together?
    And pls do reply...

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

    how can i post an array from flutter to server and insert it into mysql, i couldnt find any guide in the internet PLEASE HELP!

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

    Hi Santos. Please create a video about creating a flutter food app with Odoo back-end . Please consider my request. I have been following all your videos and it's really really nice to learn. O would be glad if you great a video plaudit about flutter with Odoo like flutter food app with firebase. Please kindly reply me back. It's my long time wish from you

  • @thiombianoalicesar4074
    @thiombianoalicesar4074 6 років тому +1

    Thanks you!! I could learn flutter and make my application if you can prepared tuto on sending SMS and Mail please please please

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

    very nice man

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

    Can u make more projects on flutter + php mysql

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

    This is really awesome, How about connection to sql server?

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

    but i could understand that where the data is displayed i didnt get any data whiled doing like this it seems to be white screen

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

    I am taking this error ; completer.completeError(
    ClientException('XMLHttpRequest error.', request.url),
    StackTrace.current);
    })); what can i do?

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

    Hi brother. Is this storing data in local storage? what if i want to store data so when offline user still are able to get data

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

      We have the same issue. Pls help me if you find the solution of synch. Thank i

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

      @@aliabubakar6989 yes bro i solve the problem of storing data locally. but dont know which part you need the solution for.

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

      @@mehedihasansony to synchronize the data to server when network is available.

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

      i created a column in every table called last_update_datetime in both mobile offline database and online database.
      then whenever the the app lanches i sent the last_update_datetime from all tables and compare those to the table online. if online table row has greater update_date_time i sent the row and update in mobile database

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

    Who does it only return the first row of the table??

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

    Is there is a way to connect flutter to local database without internet connection? (same wireless network)

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

    Can I have the link to the next video, please? (writing data to the database) thanks!

  • @ibettxr.2087
    @ibettxr.2087 3 роки тому

    how do you that with xampp

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

    Bro, may I ask how to get from host only within MY app? There must be a credential thing, how to set up in 000WebHost?

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

      I did not understand the question

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

      Hi,I mean now the host addresses can be accessed anywhere by anyone! How to solve that?

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

      @@sheldonchen8933 not everyone can manage your website, they just have the url just like a normal website would do

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

    The hard and not documented part is in minute 40:00 , so jump to that :)

  • @PradeepKumar-yu7dr
    @PradeepKumar-yu7dr 3 роки тому

    Hi Sir
    Can you please make tutorial for Flutter charts using PHP as API and MYSQL as Database
    Thanks in advance

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

    Your tutorial is an amazing !!! but how did you run the code in 51:13?

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

      i think he pressed F5 or CTRL+F5

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

    thank q so much

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

    second video is private , whyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

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

      Is the same video, I uploaded it twice by accident

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

      @@SantosEnoque My Love , waiting for the second video so badly, this video is superb, lots of love

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

      @@iammusalman Thank you for the support, i wil upload the next one soon

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

    thank for you job :)

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

    Can you add one of flutter and django thanks though

  • @ArjunYadav-np4fh
    @ArjunYadav-np4fh 5 років тому

    Why not MySqli instead of PDO ?

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

    Bro do same with python flask backend, mysql and flutter only for frontend as I know flask but there is no proper tutorial on this in UA-cam

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

    how to solve XMLHttpRequest error...?

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

    is the second video uploaded? where can I find it? thank you.

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

    hello I have an error in get.php I get this information: (connected false) ... what can it be?

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

      I've had the exact same problem and to solve this u need to go to the get.php folder and instead of beeing "SELECT * FROM posts" u should write "SELECT * FROM (and instead of posts it should be te name that u gave to the folder u created in phpMyAdmin minute: 18:11 ) ".

  • @mert.ekinci
    @mert.ekinci 5 років тому

    can I use mongodb on this server ?

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

    hi, hope this has crud sample

  • @imusherjadelyn8229
    @imusherjadelyn8229 5 років тому +14

    Add,update, Edit, Delete please

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

    how to write data bro

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

    nice A_I not artificial intelligence :)))))

  • @YazeedAlKhalaf
    @YazeedAlKhalaf 6 років тому +4

    Plz make the firebase part first

    • @SantosEnoque
      @SantosEnoque  6 років тому +1

      Dont worry I will create a complete video series on firebase

  • @jamesr2408
    @jamesr2408 Рік тому

    000webhost sign up going in circles. Round and round, a wheel within a wheel ... then captcha ...

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

    #wait what19:21

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

    new technologies that use old methods

  • @vibhor1386
    @vibhor1386 2 роки тому +1

    this video is like watching someone's live stream, so much time waste for little piece of information. please edit out your videos.

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

    Dude finished tutorial because this one is missing many stuff

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

      The goal here was to connect to the server

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

      @@SantosEnoque Ah okay, how about continue and make crud of api of php and flutter because you are doing great dude

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

      @@uweopfern thank you, I will teach that on the flutter web course

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

      @@SantosEnoque Thanks cant wait to start that

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

    Terrible... this is just a video about creating a PHP page and sending an http request to it. This is NOT a video about actually connecting data between mySQL and flutter.

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

    Useless video at the last the guy not connect anything

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

    hola , hice lo mismo y me sale esto: conexión exitosa
    Fatal error: Uncaught Error: Undefined class constant 'FETCH_ASSOC' in /storage/ssd5/680/19136680/public_html/get.php:8 Stack trace: #0 {main} thrown in /storage/ssd5/680/19136680/public_html/get.php on line 8

  • @ArjunYadav-np4fh
    @ArjunYadav-np4fh 5 років тому

    Add,update, Edit, Delete please