Thread: Newbiee Gah
View Single Post
Old 12-04-2007, 10:16 PM   #2 (permalink)
Swordbeta
The Wanderer
Newcomer 
 
Swordbeta's Avatar
 
Join Date: Dec 2007
Location: Holland
Posts: 18
Thanks: 0
Swordbeta is on a distinguished road
Default

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'"); 
Swordbeta is offline  
Reply With Quote
The Following User Says Thank You to Swordbeta For This Useful Post:
Tanax (12-05-2007)