Page 1 of 1

PHP query CSV

Posted: Sat Sep 22, 2007 11:30 pm
by swcraig
guys I am really new to this and need someone to be patient with me.

1)I need to query a csv file
2)check a column again a url form field
3)throw an error ie load a php file if the form field and the column are the same
4) if they are not then append the new form fields to the csv file
5) then put up a success page when the append is complete.


Thank You

Posted: Sun Sep 23, 2007 4:30 am
by s.dot
fgetcsv() will help :)