Import QIF file and enter record in database using php

264 Views Asked by At

I have .qif file and i import this file and enter record in database using PHP

How i get data from qif file and make simple array for insert data in to database.

sample array in below

Array
    (
        [type] => ASSETS
        [full_name] => Assets
        [name] => Assets
        [description] => Assets
        [notes] => 
    )

I also insert transaction of account.

sample array is below

Array
    (
        [DATE] => 10/09/2014
        [AMOUNT] => 61.5
        [SERIAL] => 
        [DESCRIPTION] => INTERNET FUNDS XFER
        [TRANCODE] => Deposit
    ) 

please help me

thanks in advance

0

There are 0 best solutions below