Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~171 People Reached
Favorite Tags
php x 3
Member Avatar for benjamindemers

Hey folks, Anyone know how to take the code below and make sure that all the stuff that gets sent to the email wordwraps at 400 pixels? Please HELP! [code] <?php $where_form_is="http://".$_SERVER['SERVER_NAME'].strrev(strstr(strrev($_SERVER['PHP_SELF']),"/")); session_start(); if( ($_SESSION['security_code']==$_POST['security_code']) && (!empty($_POST['security_code'])) ) { $message = wordwrap($message, 70); mail("rbeale@bealeinc.com,iam1az@cox.net","Membership Application","Form data: First Name: " . …

Member Avatar for benjamindemers
0
162
Member Avatar for benjamindemers

Hey folks! I just got one of those forms that you can create at phpformgenerator. Well everything went super on install and use. The problem is that when the form is sent to an email recipient the text the visitor types into the text area has no formatting on it …

0
9