The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
it would not be echo you would use a variable.
So it would be like this: Code:
<?php $sql = "select items from table"; $mm = mysql_query($sql); while ($ms = mysql_fetch_array($mm)) { $var = "WHAT I WANT ECHOED"; } ?> Remember to look here to register the variable. https://vborg.vbsupport.ru/showthread.php?t=228078 Then in the template you would use: Code:
{vb:raw var} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|