syntax
public text v1 · immutable<?php
if (rand() > .5) { // syntax error on this line...
?>
Hey, the random number generator created a number greater than .5
<?php
} else {
?>
Hey, it didn't
<?php
}
?><?php
if (rand() > .5) { // syntax error on this line...
?>
Hey, the random number generator created a number greater than .5
<?php
} else {
?>
Hey, it didn't
<?php
}
?>