Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
Donovan
Client



Joined: Oct 07, 2003
Posts: 735
Location: Ohio

PostPosted: Mon Nov 20, 2006 1:56 pm Reply with quote

I am trying to find out what type of points were added and add the points details information.

Code:
if($op=="Reenforce") {    


      $rp_id = intval($_POST['rp_id']);
      $rpoint_dt = $_POST['rpoint_dt'];      
      $r_points = intval($_POST['r_points']);
      $team_id = $_POST['team_id'];   
      
      
      //Insert the values into the database
      $result = $db->sql_query ("INSERT INTO " . $prefix . "_eto_rpoints_lkup (pid, rp_id, rpoint_dt, team_id, r_points)".
         "VALUES ('NULL','$rp_id',CURRENT_TIMESTAMP(),'$team_id','$r_points')");
      

//Find out what type of points were added and insert the points details      
      $pid = mysql_insert_id();
      if ($rp_id == '1')   {
         $rp_details = 'Added Fuel Reenforcement';
         }
      elseif($rp_id == '2')   {
         $rp_details = 'Added Munition Reenforcement';
         }
      elseif($rp_id == '3')   {
         $rp_details = 'Added Manpower Reenforcement';
         }   
      
      $result = $db->sql_query ("INSERT INTO " . $prefix . "_eto_rpoints_lkup SET   rp_details = '$rp_details' WHERE pid = '$pid'");         
      
}
 
View user's profile Send private message Visit poster's website ICQ Number
Donovan







PostPosted: Mon Nov 20, 2006 2:11 pm Reply with quote

Disregard.

Should have been an UPDATE and not an INSERT.

Code:
$result = $db->sql_query ("UPDATE " . $prefix . "_eto_rpoints_lkup SET....
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©