Codice PHP:
<?php
echo"ciao
;
if ( echo
"ciao
== ) {
print(
"print ha il valore di uno");
} else {
print(
"print ha un altro valore");
}
?>