Comparing two entities (mysql table and table in an excel file)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NishPro
    New Member
    • Apr 2008
    • 1

    Comparing two entities (mysql table and table in an excel file)

    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
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    This site is intended for programmers helping other programmers when they have problems or questions regarding the code they have developed themselves.

    This site does not deliver or provide code-upon-request/demand nor does it develop entire scripts. You'll have to find a commercial party for that.

    If you decide, however, to make your own code we will be happy to help you when you encounter problems or have questions.

    But: developing such an application cannot be too hard on any PHP programmer having any experience with csv handling and MySQL processing.

    moderator

    Comment

    Working...