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.
- All sites should be the equivalent to a PG-13 rating or less.
- The site should show how to build something or contain design and contructuction related information.
- Advertising should be unobtrusive.
- All sites should contain primarliy free content.
\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."; } } ?>