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 $doIncludeNWS = true; include(".json"); ?> <table> <tr valign="top"> <?php prin..

Decoded Output download

<?php 
$doIncludeNWS = true; 
include(".json"); ?> 
<table> 
<tr valign="top"> 
<?php print "<td align=\"center\">$forecasticons[0]<br />$forecasttemp[0]</td>
"; ?> 
<?php print "<td align=\"left\" valign=\"middle\">$forecasttext[0]</td>
"; ?> 
</tr> 
<tr valign="top"> 
<?php print "<td align=\"center\">$forecasticons[1]<br />$forecasttemp[1]</td>
"; ?> 
<?php print "<td align=\"left\" valign=\"middle\">$forecasttext[1]</td>
"; ?> 
</tr> 
</table>

Did this file decode correctly?

Original Code

<?php
$doIncludeNWS = true;
include(".json"); ?>
<table>
<tr valign="top">
<?php print "<td align=\"center\">$forecasticons[0]<br />$forecasttemp[0]</td>\n"; ?>
<?php print "<td align=\"left\" valign=\"middle\">$forecasttext[0]</td>\n"; ?>
</tr>
<tr valign="top">
<?php print "<td align=\"center\">$forecasticons[1]<br />$forecasttemp[1]</td>\n"; ?>
<?php print "<td align=\"left\" valign=\"middle\">$forecasttext[1]</td>\n"; ?>
</tr>
</table>

Function Calls

None

Variables

$doIncludeNWS True

Stats

MD5 9648d6c4a41bf98a41969a6b1459952a
Eval Count 0
Decode Time 75 ms