Re: Help - csv and mysql database compare ?
Posted: Fri Jul 31, 2009 10:04 am
i see it ...
but im not sure how to get the IDs into the array....
since
if i put anything in this loop
$id only has one id at a time as it goes through ....
please remember ... im not that skillfull
but im not sure how to get the IDs into the array....
since
Code: Select all
# // loop content of csv file, using comma as delemiter
# while (($data = fgetcsv($handle)) !== FALSE) {$id only has one id at a time as it goes through ....
please remember ... im not that skillfull