The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Loop in PHP Direct Execution
Hi,
I create a widget type "PHP Direct Execution". In the PHP code that I've written, there is a cycle (while). When I insert this PHP code in the widget, the cycle doesn't function. Only the last result of the query it's printed. This is the PHP Code: PHP Code:
Thank you and excuse me for bad english! |
#2
|
|||
|
|||
change $output = $test to $output .= $testo
that should solve your problem |
#3
|
|||
|
|||
I've done what you tell me but the problem isn't solved.
Other? Thank you |
#4
|
|||
|
|||
what about
$output = $testo; "<br />"; to $output .= $testo . "<br />"; there was an ; instead of an / between $testo and br |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|