Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~414 People Reached
Favorite Forums
Favorite Tags
Member Avatar for poes

Im using dreamweaver. I want to have a "email us" page. The person puts in there name,email..etc and it sends it to my mail box. How do i do this? do i need to used a dynamic page? Dreamweaver comes with email templates so or i have to do is …

Member Avatar for vincearcuri
0
262
Member Avatar for Ashjenius

Hi everyone i am new to php and have recently adapted a php email form and would like someone to validate it for me to make sure that it is correct. [code]<?php if ($_SERVER['REQUEST_METHOD'] != 'POST'){ $me = $_SERVER['PHP_SELF']; ?> <form name="form1" method="post" action="<?php echo $me;?>"> <table border="0" cellspacing="0" cellpadding="2"> …

Member Avatar for jblacdao
0
152