Search found 2 matches

by hot_ice1027
Tue May 11, 2010 10:33 am
Forum: PHP - Code
Topic: Text area in an email expands the table - help please.
Replies: 2
Views: 159

Re: Text area in an email expands the table - help please.

<?php $fname = $_POST['first_name']; $mname = $_POST['middle_name']; $lname = $_POST['last_name']; $month = $_POST['month']; $day = $_POST['day']; $year = $_POST['year']; $gender = $_POST['gender']; $grade = $_POST['grade']; $address = $_POST['address']; $city = $_POST['city']; $zip = $_POST['zip']...
by hot_ice1027
Mon May 10, 2010 10:20 am
Forum: PHP - Code
Topic: Text area in an email expands the table - help please.
Replies: 2
Views: 159

Text area in an email expands the table - help please.

Hello, I have a form that is when filled up and submitted, should send me an email in a form of a table. The table has only two columns and about 15 rows. For some reason, when user enters anything in text areas, it expands the table that I get via the email. The first column gets smaller in the pro...