kgirl
03-10-2013, 12:53 AM
Hi,
I'm trying to export all posts made by one member on our forum. Ideally I'd like these to be exported into csv format, but anything human readable will do. I'm able to see all posts by running the following mysql command
SELECT * FROM post WHERE username='billybob';
I can then see all the data I want, but exporting it out is proving a bit more tricky.
I'm running mysql 5.0.95, PHP 5.2.17, Apache 2.2.3 on CentOS 5. I'm fairly comfortable at the command line, but will install phpmyadmin or such if its easier.
The reason I need this is because one of our very valued members passed away, and a copy of all his posts on the site have been requested by his students.
Can anyone help please?
I'm trying to export all posts made by one member on our forum. Ideally I'd like these to be exported into csv format, but anything human readable will do. I'm able to see all posts by running the following mysql command
SELECT * FROM post WHERE username='billybob';
I can then see all the data I want, but exporting it out is proving a bit more tricky.
I'm running mysql 5.0.95, PHP 5.2.17, Apache 2.2.3 on CentOS 5. I'm fairly comfortable at the command line, but will install phpmyadmin or such if its easier.
The reason I need this is because one of our very valued members passed away, and a copy of all his posts on the site have been requested by his students.
Can anyone help please?