where would you add the to the above optimised code, rangersfan's avatar for iconpath ? and ed's location, interest hack for the biography field ?
in my existing
showthread.php i have
Code:
$userinfo=$DB_site->query_first("SELECT userid,email,username,usertitle,signature,showemail,homepage,icq,aim,yahoo,joindate,posts,iconpath,biography FROM user WHERE userid=$userid");
with the added
iconpath and
biography
what do i change it to or add ? do i just add
iconpath,
biography to the end of it or something like
user.iconpath as iconpath,
user.biography as biography ?