PHP gevorderde |
|
hmm toch begrijp ik et niet volledig
Hoe pas ik het dan toe in deze query
<?
mysql_query("INSERT INTO `forum`
( `titel`, `poster`, `bericht`)
VALUES (".controle($_POST['titel']).", ".controle($_SESSION['ID']).",
".controle($_POST['bericht']).")
") or die (mysql_error());
?>
<? ( `titel`, `poster`, `bericht`) VALUES (".controle($_POST['titel']).", ".controle($_SESSION['ID']).", ".controle($_POST['bericht']).") ?>
|