How To Import CSV Into Database - CSV Import And Export Into Database Using PHP - part 1/2

  Рет қаралды 53,843

Ultimate Web Development

Ultimate Web Development

Күн бұрын

Пікірлер: 52
@rabiamohsin874
@rabiamohsin874 6 жыл бұрын
Bohat zabardast nice
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
thanks
@panhavuthkret9842
@panhavuthkret9842 4 жыл бұрын
I love your step by step tutorial as well as testing out as you go. I'd love to request this same lesson but on a more complicate csv structure, seperate Name to First name, Last name, and how to save in multiple table. I have search around there isn't any good one yet. I love how you use just php (I saw some people using AJAX and so on which is fast but it is confusing for basic learner) to do it, basic and understandable.
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
Noted
@kinnarishah2930
@kinnarishah2930 6 жыл бұрын
Can we do this import in procedure of MySQL? If CSV file contains more number of rows and if we need to manipulate / update multiple tables doing this in PHP script will not slow down performance? Please advise.
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
yes
@SKDurgesh
@SKDurgesh 5 жыл бұрын
where have you made that mysqli class which you extending, that's not clear
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
my friend that mysqli class comes with default php code, we don't have to create it, it is part of php
@sourapmusic415
@sourapmusic415 4 жыл бұрын
nice can you provide the source code of this???
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
you can watch the video and write it yourself OR purchase one of my course to get full source code
@caseyjake2681
@caseyjake2681 6 жыл бұрын
The code is absolutely perfect except there's one dilemma I'm having. i need to be able to insert apostrophes and mysql will not allow me to do this. Is there a way to include $mysqli->real_escape_string to this code, or another way to allow the other characters into the code. Also, it could null the field instead of not pasting the row all together, that would also be great. Thank you.
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
your very welcome, and let me know if you still need any help
@ZerotoheroTuT
@ZerotoheroTuT 6 жыл бұрын
I'm just a beginner. Got some error, it says "Column count doesn't match value count at row 1Column count doesn't match value count at row 1". It seems that i missed something... could you help me ?
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
show me screenshot of your whole code, you must be doing something wrong
@reinaldoferreira4318
@reinaldoferreira4318 6 жыл бұрын
Hi, very useful your video, could make something like that when you have to import a csv file with two or more sheets? I’m having issues to make a program with that kind of file
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
well, i will try my best to make it
@jeyarizvi4314
@jeyarizvi4314 6 жыл бұрын
Nice 👍
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
thanks
@millner100
@millner100 4 жыл бұрын
Well done!
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
thanks
@krunala.kishnadwala6198
@krunala.kishnadwala6198 4 жыл бұрын
How Can i delete duplicate entries from database when importing same excel file?? Please reply me.
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
well you have to check against id or username or any column in db and if exist then remove it
@ashutoshsrivastava8252
@ashutoshsrivastava8252 6 жыл бұрын
You should consider giving the source code. Nice way of telling by the way.
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
for source code you will have to enroll in one of my course
@hetvishah1295
@hetvishah1295 5 жыл бұрын
I'm getting the below error while executing the query. I have typed the same code. Warning: mysqli::query(): invalid object or resource csv
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
you are not providing correct reference, plz follow correctly
@MarcelRinker
@MarcelRinker 7 жыл бұрын
I just have one column. Can you help me?
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
i need more information about this so i can help
@subirsingh9539
@subirsingh9539 6 жыл бұрын
NIce, can u share how to save API data into MySQL.
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
sure i will do my best to make video
@NelsonFilipeCosta23
@NelsonFilipeCosta23 7 жыл бұрын
Can you share the code?
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
follow the video and write it
@amardjebabla916
@amardjebabla916 6 жыл бұрын
plz can you can give me the code i need it for my final exams
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
i provide source code only who purchase any of my course.
@hemalbhatt9664
@hemalbhatt9664 6 жыл бұрын
aap kaha se padhte ho asa sab
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
brother i try my best to make videos that are unique and most in demand
@medsah6096
@medsah6096 4 жыл бұрын
Great video!
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
Glad you enjoyed it
@mojar2680
@mojar2680 6 жыл бұрын
Its good tutorial, sad that I wasn't looking for the OOP method :(
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
it's not a big difference, you can follow this and use it without OOP
@kwanpoyiu1380
@kwanpoyiu1380 5 жыл бұрын
source code please??
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
for source code you can enroll in any of my paid course and i will provide you source code
@hemalbhatt9664
@hemalbhatt9664 6 жыл бұрын
great
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
thanks
@vaibhavshah3740
@vaibhavshah3740 6 жыл бұрын
source code please
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
for source code you will have to enroll in one of my course
@skeeterstudies8109
@skeeterstudies8109 2 жыл бұрын
Please share code
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
i already replied you my friend
@danalexandruapostol8247
@danalexandruapostol8247 6 жыл бұрын
T
@UltimateWebDevelopment
@UltimateWebDevelopment 2 жыл бұрын
your welcome
Import CSV File Data into MySQL Database using PHP
7:35
CodexWorld
Рет қаралды 25 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
CSV File Editing and Importing in PHP
24:23
Webslesson
Рет қаралды 22 М.
Insert CSV File into mySQL Database using php
21:33
Codes and Tricks
Рет қаралды 35 М.
how to upload excel(csv) file to database with php & mysql
22:54
Coding Birds Online
Рет қаралды 26 М.
Update Mysql Database through Upload CSV File using PHP
14:01
Webslesson
Рет қаралды 51 М.
Import CSV File Data into MySQL Table using PHP & Ajax
21:07
Webslesson
Рет қаралды 26 М.
Export Mysql Table Data to CSV file in PHP
9:50
Webslesson
Рет қаралды 65 М.
Upload CSV and Insert Data into Mysql Using PHP
5:41
Webslesson
Рет қаралды 45 М.
Import CSV to MySQL using PHP | Display Imported Data
6:23
CodeFlix
Рет қаралды 30 М.
How to Import Excel Data into MySQL Database using PHP
5:53
Webslesson
Рет қаралды 140 М.
Php :- Import CSV data to mysql database
9:11
tutlage
Рет қаралды 65 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН