Mysql help to get data from other db
I want to get data from another db i have this sql
http://purge.mine.nu/mysqlhelp.html <= output of php file
The $row['class'] is in sed_users and what i know from befor i used the ft_id to get the data but i have forgotten how i did it :mad:
Thanks in advance.
PHP Code:
$row['ft_lastposturl'] = ($usr['id']>0 && $row['ft_updated'] > $usr['lastvisit']) ?
"<a class=\"armory_tt_class_".$row['class']."\" href=\"forums.php?m=posts&q=".$row['ft_id']."&n=unread#unread\">".$row['ft_lastpostername']."</a>" :
"<a class=\"armory_tt_class_".$row['class']."\" href=\"forums.php?m=posts&q=".$row['ft_id']."&n=last#bottom\">".$row['ft_lastpostername']."</a>";