once this is set in the php file, how would i output the $results into a table in as template
i am yet to convert standard php to vbulletin for my sql query, so
what i want to do it put this into a table of 2 rows 3 columns into a template for output
1) what is the correct procedure to write the mysqli_query in the php file
2) how to output $results into a template
3) do i need to register $variables for each $row['fieldname'];
- if so, how ?
|