Log in

View Full Version : How to get the user's style on a non-vB page?


filburt1
04-16-2002, 01:56 PM
Anybody know how?

$userstyleid = ?
$userstylename = ?

Admin
04-16-2002, 02:07 PM
$userstyle = $DB_site->query_first("
SELECT styleid, title FROM style
WHERE styleid=$styleid
");