Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$sql="update `pcs_leads` set `startdate`='".$date."',`subject`='".$leadtitle."',`company`=..

Decoded Output download

<?  $sql="update `pcs_leads` set `startdate`='".$date."',`subject`='".$leadtitle."',`company`='".$company."',`comments`='".$comments."',`empid`='".$owner."',`status`='".$status."',`type`='".$type."',`amount`='".$amount."',`reference`='".$source."',`firstname`='".$firstname."',`lastname`='".$lastname."',`contact`='".$phone."',`mobile`='".$mobile."',`email`='".$email."',`callstatus`='".$callstatus."',`address`='".$address1."',`address2`='".$address2."',`country`='".$country."',`state`='".$state."',`city`='".$city."',`zipcode`='".$zipcode."',updatedby='$global_userid',updateddate='$currentdate' where id='$updateid'"; 
 
//echo $sql; 
	if(mysqli_query($connection_link,$sql)) ?>

Did this file decode correctly?

Original Code

$sql="update `pcs_leads` set `startdate`='".$date."',`subject`='".$leadtitle."',`company`='".$company."',`comments`='".$comments."',`empid`='".$owner."',`status`='".$status."',`type`='".$type."',`amount`='".$amount."',`reference`='".$source."',`firstname`='".$firstname."',`lastname`='".$lastname."',`contact`='".$phone."',`mobile`='".$mobile."',`email`='".$email."',`callstatus`='".$callstatus."',`address`='".$address1."',`address2`='".$address2."',`country`='".$country."',`state`='".$state."',`city`='".$city."',`zipcode`='".$zipcode."',updatedby='$global_userid',updateddate='$currentdate' where id='$updateid'";

//echo $sql;
	if(mysqli_query($connection_link,$sql))

Function Calls

mysqli_query 1

Variables

$sql update `pcs_leads` set `startdate`='0',`subject`='0',`compan..

Stats

MD5 0ad9dec0a9bf617998a2eb005120b76a
Eval Count 0
Decode Time 100 ms