Alternative while statement

suggest change
<?php

while ($condition):
    do_something();
endwhile;

?>

<?php while ($condition): ?>
    <p>Do something in HTML</p>
<?php endwhile; ?>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents