12-04-2007, 10:16 PM
|
#2 (permalink)
|
|
The Wanderer
Join Date: Dec 2007
Location: Holland
Posts: 18
Thanks: 0
|
First of all,you keep repeating <?php,you need to use this one.
I can't really say what's wrong since I don't speak your language but this is at least what I can say:
PHP Code:
if(isset($_POST['submit'])){
And I'm also not sure about the query:
PHP Code:
$query = mysql_query(" INSERT INTO `protocol` SET `p_who` = '$who',`p_meeting` ='$meeting',`p_protocol` ='$protocol'");
|
|
|
|