12-05-2007, 05:55 AM
|
#4 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Quote:
Originally Posted by Swordbeta
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'");
|
Thanks, but it shouldn't be a problem, since checking for $_POST['submit'] is the same as checking if it's set o.O
THe query was no problem :) It's working
Quote:
Originally Posted by Wildhoney
In addition to Swordbeta's post, I don't see a session_start() call in that script:
|
OFCOURSE!!! It works now :D:D Wieee, thanks Adam! <3
|
|
|
|