Submit a Website

All sites listed in the directory are included for free. Use this form to submit websites to be considered for inclusion. Before you submit a site, make sure that it fits in with the rest of the directory and follows the guidlines below.

0){ echo "ERROR:
\n"; foreach($errors as $err) echo "$err
\n"; } else { $msg="You sent the following:\n"; foreach($_POST as $key => $val){ if (is_array($val)){ $msg.="Item: $key\n"; foreach($val as $v){ $v = stripslashes($v); $msg.=" $v\n"; } } else { $val = stripslashes($val); $msg.="$key: $val\n"; } } $recipient="cmw209@lehigh.edu"; $subject="TheWidgetForge.com Contact Us Form"; error_reporting(0); if (mail($recipient, $subject, $msg)){ echo "

Thank You

Message sent successfully!

\n"; echo nl2br($msg); } else echo "An error occurred and the message could not be sent."; } } ?>