Testartikel
< ?php
for ($i=0; $i<10; $i++) {
echo "
Rad $i”;
echo ”Yo”;
}
?>
for ($i=0; $i<10; $i++) {
echo "<br>Rad $i";
echo "Yo";
}
your code here
your code here
your code here
< ?php
for ($i=0; $i<10; $i++) {
echo "
Rad $i”;
echo ”Yo”;
}
?>
for ($i=0; $i<10; $i++) {
echo "<br>Rad $i";
echo "Yo";
}
your code here
your code here
your code here