Quote:
Originally Posted by Dismounted
Are the tables in the same database? If so, use the vBulletin Database Class:
PHP Code:
$vbulletin->db->query_read("SELECT ......"); $vbulletin->db->query_write("UPDATE ......");
|
thanks dismounted.
yup.
some are. what about the other tables which are not in the same database?
secondly, how do i go about fetching these stuffs printed? or making it integrated like,
$post[customdata], alike to how we fetch usernames with
$post[musername]?
im in the midst of reading,
http://www.vbulletin.com/docs/html/c...ards_sql_query,
thanks