document.write("
<?php
if(!empty($_POST)){
if(!empty($_POST['name']) && !empty($_POST['email']) && !empty($_POST['password'])){
$name = $_POST['name'];
$email = $_POST['email'];
$password = $_POST['password'];
}
}
208.php - Snippet hosted by \"Cacher\"
");