$info= file("info.txt"); ?>
echo "PREFEITURA MUNICIPAL DE " . strtoupper($info[0]) . " - ".strtoupper($info[1]); ?> |
|
CONTAS PUBLICAS |
echo $info[2]; ?> echo strtoupper($info[0]). " - ". strtoupper($info[1]); ?> - echo $info[3]; ?> echo "E-mail: $info[4]"; ?> |