Hello!
Please help me with this
I want to create an application which will compare two entities.
These two entities are
1) A table in mysql (which is created).
2) A table in excel file(which is saved in csv format).
These two things should be compared using phone number column and date column which is common in both the entities(obviou sly).
Once the match is found i need to merge the entries in the table,
if match not found i need to store those entries in a different table.
Can somebody please provide me with a script in php for the above application.
ASAP, because it is taking much time now
Please help me with this
I want to create an application which will compare two entities.
These two entities are
1) A table in mysql (which is created).
2) A table in excel file(which is saved in csv format).
These two things should be compared using phone number column and date column which is common in both the entities(obviou sly).
Once the match is found i need to merge the entries in the table,
if match not found i need to store those entries in a different table.
Can somebody please provide me with a script in php for the above application.
ASAP, because it is taking much time now
Comment