tester
By: Ruben | Date: Nov 12 2007 21:57 | Format: PHP | Expires: never | Size: 1.33 KB | Hits: 1768
- <?php
- if ($_POST['submit']) {
- foreach ($_POST as $key => $value) {
- }
- $titel = $_POST['titel'];
- $dag = $this->db->escape($post['dag']);
- $maand = $this->db->escape($post['maand']);
- $jaar = $this->db->escape($post['jaar']);
- $uren = $this->db->escape($post['uren']);
- $minutes = $this->db->escape($post['minutes']);
- $seconds = $this->db->escape($post['seconds']);
- $functie = $_POST['functie'];
- $salaris = $_POST['salaris'];
- $status = $_POST['status'];
- $omschrijving = $_POST['omschrijving'];
- $datum_db = $this->db->escape($datum);
- mysql_query("INSERT INTO vacatures (`titel` , `datum` , `functie`, `salaris` , `status` , `omschrijving`)
- VALUES ($titel, $datum, $functie, $salaris, $status, $omschrijving)
- ");
- print '<h5>Klaar is <span>KEES</span>! Pagina is succesvol aangemaakt!</h5><meta http-equiv="refresh" content="1;URL=index.php?p=vacatures" />';
- }
- ?>
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago