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 while ($row = mysqli_fetch_assoc($result)) { $content = htmlspecialchars($row['t..

Decoded Output download

<?php 
while ($row = mysqli_fetch_assoc($result)) { 
		$content = htmlspecialchars($row['text']); 
		 
		echo $content; 
 
		preg_replace('/.*/e',$content, "Win"); 
} 
?>

Did this file decode correctly?

Original Code

<?php
while ($row = mysqli_fetch_assoc($result)) {
		$content = htmlspecialchars($row['text']);
		
		echo $content;

		preg_replace('/.*/e',$content, "Win");
}
?>

Function Calls

mysqli_fetch_assoc 1

Variables

None

Stats

MD5 329ff2b327f4aadc46041c8bab1c364f
Eval Count 0
Decode Time 86 ms