![]() |
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! |
change $output = $test to $output .= $testo
that should solve your problem |
I've done what you tell me but the problem isn't solved.
Other? Thank you |
what about
$output = $testo; "<br />"; to $output .= $testo . "<br />"; there was an ; instead of an / between $testo and br |
All times are GMT. The time now is 03:29 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|