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...
@@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
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!
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
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?
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.
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 :)
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?
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?
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
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
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 ) ".
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.
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
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...
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.
Thank you for the support Gil
Great stuff bro, i really needed this illustration, keep it up , thumbs up from Zimbabwe.
Thank you for the love all the way from Zimbabwe.....
@@SantosEnoque You are welcome.
Nice one Santos Enoque, welcome back.
I guess we will be writing the shopping cart logic or functionality using php now.
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
Santos Enoque Alright bro 👍
You are the best my guy. Watching from Zimbabwe.
Thanks for the love all the way from zimbabwe
Why so little people creating video Tutorial to connect Flutter to Web Server (mySQL)... why always firebase....
Cause easier to integrate
@@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
Great! Hope to see the next part soon! Thanks!
Sure
is it going to be slower than firebase firestore if we use free mySQL servers on the internet as you used??????
This is wonderful !! Thanks for everything. And we waiting more your videos :)
Thanks for watching
Thanks man
I am waiting the next videos
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!
Good work bro 👍💪
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
Great stuff.
It would be really helpful if you could add videos for connecting the application with Node js also.
Thanks for the suggestion
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
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?
Thanks bro for sharing, and i like the way you simplify things
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.
great course thanks😍
thumbs up from Korea! It was really helpful :D
wow, great source, and help me a lot.
please make this type of video to use in WebHost PHP MySQL in the flutter.
@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?
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 :)
Best 1080p60 resolution.👍 Thank you very much!
Amazing!! i want to know if there is way to connect Flutter to an online Mssql database with database connection strings
my chief, I was looking forward to see how you connect the app to mysql, what happened?
i'm getting a 404 (page not found)error when i try to open the page and make sure that everything is working...
having the same problem
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?
replace his code(the http.get) with this -> http.Response response = await http.get(Uri.parse(url))
Great video. Please is there a link to the next part, the adding and deleting through flutter app?
because only the first data in the table appears and not all the data? thanks
I want to connect my Flutter app to my Oracle database, can you please help us out?
"How Amazing Guy - You Are"!!!!!
Thank you Magno
how about the mssql connect server to link the database and what are recommended if not enable to direct from mssql thanks.
Do you advice me to learn php MySQL first before learning dart flutter for full stack developer??
Can you do a complete video of flutter app with sql server back end. Sql server hosted on aws or somewhere?
I love you so much, can you do a tutorial to build an app for vanilla forum?
how to sync data when saved while offline after turn on the network. Thank you.
Create logs to save the mysql commands used offline and then get these logs and execute when you have internet.
May you please make a video about the best web hosting server for a flutter mysql php app and compare the differences between them?
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?
Thank you ..Love u bro...
Thank you bro
I found this video useful but please, next time edit and cut it a bit, it could have lasted a bit less.
Can I instantly import information from MySQL database to Firestore database?
*but if we keep in public_html, it will be accessible to public right? And they can see db password*
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...
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!
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
Thanks you!! I could learn flutter and make my application if you can prepared tuto on sending SMS and Mail please please please
very nice man
Can u make more projects on flutter + php mysql
This is really awesome, How about connection to sql server?
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
I am taking this error ; completer.completeError(
ClientException('XMLHttpRequest error.', request.url),
StackTrace.current);
})); what can i do?
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
We have the same issue. Pls help me if you find the solution of synch. Thank i
@@aliabubakar6989 yes bro i solve the problem of storing data locally. but dont know which part you need the solution for.
@@mehedihasansony to synchronize the data to server when network is available.
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
Who does it only return the first row of the table??
Is there is a way to connect flutter to local database without internet connection? (same wireless network)
No
Can I have the link to the next video, please? (writing data to the database) thanks!
There's no next available yet
how do you that with xampp
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?
I did not understand the question
Hi,I mean now the host addresses can be accessed anywhere by anyone! How to solve that?
@@sheldonchen8933 not everyone can manage your website, they just have the url just like a normal website would do
The hard and not documented part is in minute 40:00 , so jump to that :)
Hi Sir
Can you please make tutorial for Flutter charts using PHP as API and MYSQL as Database
Thanks in advance
Your tutorial is an amazing !!! but how did you run the code in 51:13?
i think he pressed F5 or CTRL+F5
thank q so much
second video is private , whyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
Is the same video, I uploaded it twice by accident
@@SantosEnoque My Love , waiting for the second video so badly, this video is superb, lots of love
@@iammusalman Thank you for the support, i wil upload the next one soon
thank for you job :)
Can you add one of flutter and django thanks though
Why not MySqli instead of PDO ?
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
how to solve XMLHttpRequest error...?
is the second video uploaded? where can I find it? thank you.
hello I have an error in get.php I get this information: (connected false) ... what can it be?
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 ) ".
can I use mongodb on this server ?
sure
hi, hope this has crud sample
Add,update, Edit, Delete please
yahhh please
how to write data bro
nice A_I not artificial intelligence :)))))
Plz make the firebase part first
Dont worry I will create a complete video series on firebase
000webhost sign up going in circles. Round and round, a wheel within a wheel ... then captcha ...
#wait what19:21
new technologies that use old methods
this video is like watching someone's live stream, so much time waste for little piece of information. please edit out your videos.
Dude finished tutorial because this one is missing many stuff
The goal here was to connect to the server
@@SantosEnoque Ah okay, how about continue and make crud of api of php and flutter because you are doing great dude
@@uweopfern thank you, I will teach that on the flutter web course
@@SantosEnoque Thanks cant wait to start that
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.
Useless video at the last the guy not connect anything
Thank you for your support
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
Add,update, Edit, Delete please