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!
I have created a script using the fgetcvs() function (very cool might i add). It echos the data to the screen as well as inserts the data into a mysql database. I am wondering if you can do the opposite with the same function to extract the data from the database and into a CSV file or if i have to do that manually. Any thoughts?