The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
cool ... Thanks TONS !!!
![]() $query_results = mysql_query("SELECT column_a, column_b, column_c FROM table_xyz;"); Then use whatever HTML and various PHP looping/if/then statements needed, with the following to show what I wanted to show: $rowdata = mysql_fetch_array($query_results); echo htmlspecialchars(stripslashes($rowdata("column_nam e")); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|