Creating a CSV file with PHP?
by kazeam on February 11, 2010Q: I need to create a CSV file using PHP, then send that CSV data to SatNav. I am not experienced with PHP, so any direction would be helpful.
Q: I need to create a CSV file using PHP, then send that CSV data to SatNav. I am not experienced with PHP, so any direction would be helpful.
Here are some basics on working with CSV files in PHP to give you a framework to go off of: http://www.homeandlearn.co.uk/php/php10p6.html
If you need more general instruction for getting started with PHP, check out the buckets of tutorials available on-line: http://www.google.com/search?q=php+tutorial+for+beginners
Mark (Uber Geek) says: on February 11, 2010 at 9:52 am
Thanks,
kazeam (Newbie) says: on February 11, 2010 at 2:44 pm