Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Export the data?

Quote Reply
Export the data?
Hello Alex!

I need your advice as to how to export the data with category name instead of IDs. The following is what I am trying to insert in the sub_routine of export_data in DBSQL.pm!

while ($arr = $sth->fetchrow_arrayref) {
##################################################
if ($arr{'CategoryID'}) {
$arr{'CategoryID'} = &get_category_name ($arr{'CategoryID'});
}
###################################################
foreach (@$arr) {

May be there is something missing. Can you help?

Thanks in advance.
Subject Author Views Date
Thread Export the data? dearnet 1564 Nov 16, 1999, 8:48 AM
Post Re: Export the data?
dearnet 1481 Nov 16, 1999, 11:17 AM
Post Re: Export the data?
Alex 1479 Nov 16, 1999, 5:51 PM