Skip to content

Instantly share code, notes, and snippets.

View i-oliveira's full-sized avatar

Isabel i-oliveira

  • Solo Network
  • Curitiba
View GitHub Profile
@i-oliveira
i-oliveira / ex01
Created May 15, 2019 17:15
exercícios simples php
<html>
<head>
<title> Exemplo For </title>
</head>
<body>
<a href="index.php">Home</a>
<h2>Exemplo 01</h2>
<p>Mostrar números de 1 a 5 na tela:</p>
@i-oliveira
i-oliveira / folha.php
Created May 15, 2019 17:16
folha de pagamento php
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Respostas</title>
</head>
<body>
<?php
if(!empty($_POST['nome']) && !empty($_POST['horas']) && !empty($_POST['valor'])) {
@i-oliveira
i-oliveira / form.php
Created May 15, 2019 17:16
form folha de pagamento
<html>
<meta charset="UTF-8">
<head>
<title>Campo de Formulário</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div>
<center>