79663824

Date: 2025-06-12 16:01:02
Score: 2.5
Natty:
Report link

<?php

if ($Autopost == "1");

{

<body onLoad="mail.submit()">

<form method="POST" name="mail" class="adjacent" action="./Script/addmaillist.php">

<input type="hidden" name="email" value="<?php echo $email; ?>">

<input type="hidden" name="genre" value="<?php echo $genre; ?>">

</form>

}

?>

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Mohamed Alrabash