Compare commits
20 Commits
d50e3eb070
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 188284bdd1 | |||
| 3a92010083 | |||
| f86b68e4ed | |||
| 09445d9da7 | |||
| 2f2eb352bc | |||
| 839a02fd6a | |||
| e9de765b56 | |||
| 5f3cb7e176 | |||
| 05829c6a46 | |||
| 041d846a6b | |||
| 304cfc8663 | |||
| 114ed1240b | |||
| 31865ce5d9 | |||
| b3d9f6e3ac | |||
| 05d8dc2235 | |||
| 0e17a24c13 | |||
| 40a958f6db | |||
| d2b15ee500 | |||
| df13afc30d | |||
| e2e171a91d |
8
exemplos/MarcosAssuncao/teste.php
Normal file
8
exemplos/MarcosAssuncao/teste.php
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<H1>Título HTML</H1>
|
||||||
|
<?php
|
||||||
|
if (1 > 2) {
|
||||||
|
echo "1 é maior do que 2";
|
||||||
|
} else {
|
||||||
|
echo "1 não é maior do que 2";
|
||||||
|
}
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user