Forums
-
- Forum
- Posts
-
- Installation
- 28,432
- Troubleshooting
- 62,513
- Themes
- 10,431
- Plugins
- 15,338
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
$class="special";
foreach($foo as $bar) {
echo("<p class='$class'>$bar</p>);
$class="";
}