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

Signing you up...

Thank you for signing up!

PHP Decode

<div style="padding:1.6rem"> <div align="center"> <?= $errors ?> </div> ..

Decoded Output download


<div style="padding:1.6rem">
    <div align="center">
         <?= $errors ?>
    </div>
    <div align="center" style="margin-top:3.6rem">
        <button style="width:210px; height:30px; border-radius: 15px;background-color:#FE6714; border:0px #FE6714 solid; cursor: pointer;  color:white;  font-size:16px;" type="button" onclick="callpay()" ></button>
    </div>

</div>


<script>
function callpay()
	{
		window.location.href="<?=  Yii::$service->url->getUrl('payment/wxpayh5/start'); ?>";
	}

</script>

Did this file decode correctly?

Original Code


<div style="padding:1.6rem">
    <div align="center">
         <?= $errors ?>
    </div>
    <div align="center" style="margin-top:3.6rem">
        <button style="width:210px; height:30px; border-radius: 15px;background-color:#FE6714; border:0px #FE6714 solid; cursor: pointer;  color:white;  font-size:16px;" type="button" onclick="callpay()" ></button>
    </div>

</div>


<script>
function callpay()
	{
		window.location.href="<?=  Yii::$service->url->getUrl('payment/wxpayh5/start'); ?>";
	}

</script>

Function Calls

None

Variables

None

Stats

MD5 5f67ebe6a87b76c572e0cff074e51e03
Eval Count 0
Decode Time 100 ms