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

Signing you up...

Thank you for signing up!

PHP Decode

if ( empty( $cost ) ) { $error .= __( 'You should set Cost of registration.<br/>', WPC_CL..

Decoded Output download

<?  if ( empty( $cost ) ) 
{ $error .= __( 'You should set Cost of registration.<br/>', WPC_CLIENT_TEXT_DOMAIN ); }  
elseif ( !is_numeric( $cost ) )  
{ $error .= __( 'Cost should be numeric .<br/>', WPC_CLIENT_TEXT_DOMAIN ); }  
 
elseif ( 0 >= $cost ) { $error .= __( 'Cost of registration should be more than 0<br/>', WPC_CLIENT_TEXT_DOMAIN ); } $_POST['registration']['cost'] = $cost; ?>

Did this file decode correctly?

Original Code

if ( empty( $cost ) )
{ $error .= __( 'You should set Cost of registration.<br/>', WPC_CLIENT_TEXT_DOMAIN ); } 
elseif ( !is_numeric( $cost ) ) 
{ $error .= __( 'Cost should be numeric .<br/>', WPC_CLIENT_TEXT_DOMAIN ); } 

elseif ( 0 >= $cost ) { $error .= __( 'Cost of registration should be more than 0<br/>', WPC_CLIENT_TEXT_DOMAIN ); } $_POST['registration']['cost'] = $cost;

Function Calls

None

Variables

None

Stats

MD5 f74945c0008406182f96a21410d736ca
Eval Count 0
Decode Time 81 ms