Forum: PHP Jul 24th, 2007 |
| Replies: 8 Views: 4,626 Alright, i got you now. meaning i can do some skipping code to replace
echo $line; // do whatever you need here
with some code that read the string is not equal to the column name in the csv... |
Forum: PHP Jul 23rd, 2007 |
| Replies: 8 Views: 4,626 Yeah, thats the one i searched for, but couldn't get the answer |
Forum: PHP Jul 23rd, 2007 |
| Replies: 8 Views: 4,626 Is there mentioned how to read second row onwards or any particular row onwards from csv file? I try look at that wrbsite but couldn't find it. |
Forum: PHP Jul 23rd, 2007 |
| Replies: 8 Views: 4,626 Anyone know how to read the second line from a csv file using PHP? I need the read the second line from the csv file and import into mysql |
Forum: MS Access and FileMaker Pro May 31st, 2007 |
| Replies: 0 Views: 2,510 How do I limt the records extracted from filemaker using the query "Select.... LIMIT 5" ? Example: select * from tablename limit 10.
I connect the filemaker pro 8.5 via ODBC and use php to... |