index.php
[php]
<?php include "process.php"; ini_set('error_reporting', E_ALL); ini_set('display_errors', '1'); ?> Form Sample <?php if (isset($msg)) { echo '', $msg , '
- Name * <?php if (isset($err_myname)) { echo $err_myname; } ?> <?php if (isset($err_patternmatch)) { echo $err_patternmatch; } ?>
- Password <?php if (isset($err_passlength)) { echo $err_passlength; } ?>
- Password (confirm) <?php if (isset($err_mypassconf)) { echo $err_mypassconf; } ?>
-
Favorite Music
- /> Rock
- /> Classical
- /> Reggaeton
- How did you hear about us? Choose... >A friend >Facebook >Twitter
-
Request Type
- /> Question
- /> Comment
- /> Suggestion
- Comment: (html is not allowed) <?php if (isset($mycomments)) { echo $mycomments; } ?>
[/php]
process.php
[php]
<?php ini_set('error_reporting', E_ALL); ini_set('display_errors', '1'); if (($_SERVER['REQUEST_METHOD'] == 'POST') && (!empty($_POST['action']))): if (isset($_POST['myname'])) { $myname = $_POST['myname']; } if (isset($_POST['mypassword'])) { $mypassword = $_POST['mypassword']; } if (isset($_POST['mypasswordconf'])) { $mypasswordconf = $_POST['mypasswordconf']; } if (isset($_POST['mycomments'])) { $mycomments = filter_var($_POST['mycomments'], FILTER_SANITIZE_STRING ); } if (isset($_POST['reference'])) { $reference = $_POST['reference']; } if (isset($_POST['favoritemusic'])) { $favoritemusic = $_POST['favoritemusic']; } if (isset($_POST['requesttype'])) { $requesttype = $_POST['requesttype']; } $formerrors = false; if ($myname === '') : $err_myname = '[/php]
tryed numerous times and tryed swaping emails
Could there be restrictions with my ISP and the other email which is outlook
My ISP is SKY.com