Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $marks={ $_post["marks1"] $_post["marks2"] }; total=array_sum($marks); echo$..
Decoded Output download
<?php
$marks={
$_post["marks1"]
$_post["marks2"]
};
total=array_sum($marks);
echo$total;
?>
<!doctype html>
<body>
<from action." ". method."post">
mark1:<input type="number" name="marks1"><br>
mark2:<input type="number" name="marks2"><br>
<submit button>
</form>
</body>
</html>
Did this file decode correctly?
Original Code
<?php
$marks={
$_post["marks1"]
$_post["marks2"]
};
total=array_sum($marks);
echo$total;
?>
<!doctype html>
<body>
<from action." ". method."post">
mark1:<input type="number" name="marks1"><br>
mark2:<input type="number" name="marks2"><br>
<submit button>
</form>
</body>
</html>
Function Calls
None |
Stats
MD5 | 6e35cdcc2817f342b35b5d64ad667421 |
Eval Count | 0 |
Decode Time | 47 ms |