PHP query CSV

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
swcraig
Forum Newbie
Posts: 1
Joined: Sat Sep 22, 2007 11:19 pm

PHP query CSV

Post 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
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

fgetcsv() will help :)
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply