swright Posted October 23, 2009 Share Posted October 23, 2009 Ive made a form to that i want to send to my email via PHP. but when it send only the name's etc send and then the table belpw only Job location sends and the other columns do not send. is this a html problem or the php script? <body> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="1095" id="AutoNumber1"> <tr> <td width="26%"> <p><font face="Arial Black" size="5">Monthly Timesheet</font></p> </td> <td width="74%"></td> </tr> </table> <form action="FormToEmail.php" method="post"> <p> </p> <table border="0" style="background:#F5F5F5; ; border-collapse:collapse" cellspacing="5" width="1095" bordercolor="#111111" cellpadding="0"> <tr align="left"> <td width="154"><font face="Verdana" size="2">Employee Name:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Employee Name"></font></td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Employee Email:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Employee E-mail"></font></td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Employee Phone:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Employee Number"></font></td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Manager:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Manager"></font></td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Pay Period start date:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Pay Period start date:"></font></td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Pay Period end date:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Pay Period end date:"></font></td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td width="154" align="center"><b><font face="Verdana" size="2">Job Location</font></b></td> <td width="122" align="center"><b><font face="Verdana" size="2">Date</font></b></td> <td width="121" align="center"><b><font face="Verdana" size="2">Site Hours</font></b></td> <td width="121" align="center"><b><font face="Verdana" size="2">Travel</font></b></td> <td width="118" align="center"><b><font face="Verdana" size="2">Dinner</font></b></td> <td width="118" align="center"><b>Subs</b></td> <td width="116" align="center"><b>Total</b></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location1"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location2"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location3"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location4"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location5"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location6"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location7"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location8"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location9"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location10"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location11"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location12"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location13"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location14"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location15"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location16"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location17"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location18"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location19"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location20"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location21"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location22"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location23"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location24"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location25"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location26"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location27"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location28"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location29"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr align="left"> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location30"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours"><font size="2"> </font><input type="text" size="18" name="Travel"><font size="2"> </font><input type="text" size="18" name="Dinner"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total"></font></td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td valign="top" width="154"><font face="Verdana" size="2">Further Comments</font></td> <td width="886" colspan="6"><font face="Verdana"> <textarea name="comments" rows="6" cols="30"></textarea></font></td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"><font face="Verdana"> <input type="submit" value="Send"></font><font face="Verdana" size="2"> </font></td> </tr> </table> </form> </body> </html> Quote Link to comment Share on other sites More sharing options...
Bricktop Posted October 23, 2009 Share Posted October 23, 2009 Hi swright, Please post the contents of 'FromToEmail.php' for us to be able to give a definitive answer. Thanks Quote Link to comment Share on other sites More sharing options...
swright Posted October 23, 2009 Author Share Posted October 23, 2009 thank would help wouldnt it lol sorry <?php error_reporting(E_ALL ^ E_NOTICE); /* Thank you for choosing FormToEmail by FormToEmail.com Version 2.5 April 16th 2009 COPYRIGHT FormToEmail.com 2003 - 2009 You are not permitted to sell this script, but you can use it, copy it or distribute it, providing that you do not delete this copyright notice, and you do not remove any reference or links to FormToEmail.com For support, please visit: http://formtoemail.com/support/ You can get the Pro version of this script here: http://formtoemail.com/formtoemail_pro_version.php --------------------------------------------------------------------------------------------------- FormToEmail-Pro (Pro version) Features: Check for required fields Attach file uploads Upload files to the server Securimage CAPTCHA support reCAPTCHA support identiPIC photo CAPTCHA HTML output option Use email templates Show date and time submitted Create Message ID CSV output to attachment or file Autoresponder (with file attachment) Show sender's IP address Block IP addresses Block web addresses or rude words Block gibberish (MldMtrPAgZq etc) Block gobbledegook characters (Å ð ç etc) Pre-populate the form Show errors on the form page Check for a set cookie Set encoding (utf-8 etc) Ignore fields Sort fields Auto redirect to "Thank You" page HTML template for "Thank You" page No branding Free upgrades for life --------------------------------------------------------------------------------------------------- Confused by PHP and PERL scripts? Don't have PHP on your server? Can't send email from your server? Try our remotely hosted form service: http://FormToEmailRemote.com --------------------------------------------------------------------------------------------------- FormToEmail DESCRIPTION FormToEmail is a contact-form processing script written in PHP. It allows you to place a form on your website which your visitors can fill out and send to you. The contents of the form are sent to the email address (or addresses) which you specify below. The form allows your visitors to enter their name, email address and comments. The script will not allow a blank form to be sent. Your visitors (and nasty spambots!) cannot see your email address. The script cannot be hijacked by spammers. When the form is sent, your visitor will get a confirmation of this on the screen, and will be given a link to continue to your homepage, or other page if you specify it. Should you need the facility, you can add additional fields to your form, which this script will also process without making any additional changes to the script. You can also use it to process other forms. The script will handle the "POST" or "GET" methods. It will also handle multiple select inputs and multiple check box inputs. If using these, you must name the field as an array using square brackets, like so: <select name="fruit[]" multiple>. The same goes for check boxes if you are using more than one with the same name, like so: <input type="checkbox" name="fruit[]" value="apple">Apple<input type="checkbox" name="fruit[]" value="orange">Orange<input type="checkbox" name="fruit[]" value="banana">Banana ** PLEASE NOTE ** If you are using the script to process your own forms (or older FormToEmail forms) you must ensure that the email field is named correctly in your form, like this for example: <input type="text" name="email">. Note the lower case "email". If you don't do this, the visitor's email address will not be available to the script and the script won't be able to check the validity of the email, amongst other things. If you are using the form code below, you don't need to check for this. This is a PHP script. In order for it to run, you must have PHP (version 4.1.0 or later) on your webhosting account, and have the PHP mail() function enabled and working. If you are not sure about this, please ask your webhost about it. SETUP INSTRUCTIONS Step 1: Put the form on your webpage Step 2: Enter your email address and (optional) continue link below Step 3: Upload the files to your webspace Step 1: To put the form on your webpage, copy the code below as it is, and paste it into your webpage: <form action="FormToEmail.php" method="post"> <table border="0" style="background:#ececec" cellspacing="5"> <tr align="left"><td>Name</td><td><input type="text" size="30" name="name"></td></tr> <tr align="left"><td>Email address</td><td><input type="text" size="30" name="email"></td></tr> <tr align="left"><td valign="top">Comments</td><td><textarea name="comments" rows="6" cols="30"></textarea></td></tr> <tr align="left"><td> </td><td><input type="submit" value="Send"><font face="arial" size="1"> <a href="http://FormToEmail.com">Form Mail</a> by FormToEmail.com</font></td></tr> </table> </form> Step 2: Enter your email address. Enter the email address below to send the contents of the form to. You can enter more than one email address separated by commas, like so: $my_email = "info@example.com"; or $my_email = "bob@example.com,sales@example.co.uk,jane@example.com"; */ $my_email = "steven@outfitshopfitting.co.uk"; /* Optional. Enter a From: email address. Only do this if you know you need to. By default, the email you get from the script will show the visitor's email address as the From: address. In most cases this is desirable. On the majority of setups this won't be a problem but a minority of hosts insist that the From: address must be from a domain on the server. For example, if you have the domain example.com hosted on your server, then the From: email address must be something@example.com (See your host for confirmation). This means that your visitor's email address will not show as the From: address, and if you hit "Reply" to the email from the script, you will not be replying to your visitor. You can get around this by hard-coding a From: address into the script using the configuration option below. Enabling this option means that the visitor's email address goes into a Reply-To: header, which means you can hit "Reply" to respond to the visitor in the conventional way. (You can also use this option if your form does not collect an email address from the visitor, such as a survey, for example, and a From: address is required by your email server.) The default value is: $from_email = ""; Enter the desired email address between the quotes, like this example: $from_email = "contact@example.com"; In these cases, it is not uncommon for the From: ($from_email) address to be the same as the To: ($my_email) address, which on the face of it appears somewhat goofy, but that's what some hosts require. */ $from_email = "info@outfitshopfitting.co.uk"; /* Optional. Enter the continue link to offer the user after the form is sent. If you do not change this, your visitor will be given a continue link to your homepage. If you do change it, remove the "/" symbol below and replace with the name of the page to link to, eg: "mypage.htm" or "http://www.elsewhere.com/page.htm" */ $continue = "http://www.outfitshopfitting.co.uk"; /* Step 3: Save this file (FormToEmail.php) and upload it together with your webpage containing the form to your webspace. IMPORTANT - The file name is case sensitive! You must save it exactly as it is named above! THAT'S IT, FINISHED! You do not need to make any changes below this line. */ $errors = array(); // Remove $_COOKIE elements from $_REQUEST. if(count($_COOKIE)){foreach(array_keys($_COOKIE) as $value){unset($_REQUEST[$value]);}} // Validate email field. if(isset($_REQUEST['email']) && !empty($_REQUEST['email'])) { $_REQUEST['email'] = trim($_REQUEST['email']); if(substr_count($_REQUEST['email'],"@") != 1 || stristr($_REQUEST['email']," ")){$errors[] = "Email address is invalid";}else{$exploded_email = explode("@",$_REQUEST['email']);if(empty($exploded_email[0]) || strlen($exploded_email[0]) > 64 || empty($exploded_email[1])){$errors[] = "Email address is invalid";}else{if(substr_count($exploded_email[1],".") == 0){$errors[] = "Email address is invalid";}else{$exploded_domain = explode(".",$exploded_email[1]);if(in_array("",$exploded_domain)){$errors[] = "Email address is invalid";}else{foreach($exploded_domain as $value){if(strlen($value) > 63 || !preg_match('/^[a-z0-9-]+$/i',$value)){$errors[] = "Email address is invalid"; break;}}}}}} } // Check referrer is from same site. if(!(isset($_SERVER['HTTP_REFERER']) && !empty($_SERVER['HTTP_REFERER']) && stristr($_SERVER['HTTP_REFERER'],$_SERVER['HTTP_HOST']))){$errors[] = "You must enable referrer logging to use the form";} // Check for a blank form. function recursive_array_check_blank($element_value) { global $set; if(!is_array($element_value)){if(!empty($element_value)){$set = 1;}} else { foreach($element_value as $value){if($set){break;} recursive_array_check_blank($value);} } } recursive_array_check_blank($_REQUEST); if(!$set){$errors[] = "You cannot send a blank form";} unset($set); // Display any errors and exit if errors exist. if(count($errors)){foreach($errors as $value){print "$value<br>";} exit;} if(!defined("PHP_EOL")){define("PHP_EOL", strtoupper(substr(PHP_OS,0,3) == "WIN") ? "\r\n" : "\n");} // Build message. function build_message($request_input){if(!isset($message_output)){$message_output ="";}if(!is_array($request_input)){$message_output = $request_input;}else{foreach($request_input as $key => $value){if(!empty($value)){if(!is_numeric($key)){$message_output .= str_replace("_"," ",ucfirst($key)).": ".build_message($value).PHP_EOL.PHP_EOL;}else{$message_output .= build_message($value).", ";}}}}return rtrim($message_output,", ");} $message = build_message($_REQUEST); $message = $message . PHP_EOL.PHP_EOL."-- ".PHP_EOL."Thank you for using FormToEmail from http://FormToEmail.com"; $message = stripslashes($message); $subject = "FormToEmail Comments"; $subject = stripslashes($subject); if($from_email) { $headers = "From: " . $from_email; $headers .= PHP_EOL; $headers .= "Reply-To: " . $_REQUEST['email']; } else { $from_name = ""; if(isset($_REQUEST['name']) && !empty($_REQUEST['name'])){$from_name = stripslashes($_REQUEST['name']);} $headers = "From: {$from_name} <{$_REQUEST['email']}>"; } mail($my_email,$subject,$message,$headers); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Form To Email PHP script from FormToEmail.com</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000"> <div> <center> <b>Thank you <?php if(isset($_REQUEST['name'])){print stripslashes($_REQUEST['name']);} ?></b> <br>Your timesheet has been sent to the office <p><a href="<?php print $continue; ?>">Click here to continue</a></p> <p><b>www.outfitshopfitting.co.uk : info@outfitshopfitting.co.uk</b></p> </center> </div> </body> </html> Quote Link to comment Share on other sites More sharing options...
Bricktop Posted October 23, 2009 Share Posted October 23, 2009 Hi swright, Each "Job Location" is named correctly with an ascending number (Job Location1, Job Location2 etc.) but the sub-fields are not, they are all named "Site Hours", "Travel", "Dinner", "Subs" etc. You will need to name these additional fields in line with the corresponding Job Location field, i.e. "Site Hours1", "Site Hours2" etc. Reading the FormToEmail.php readme, it says it can hadle arrays, so you could store all of the above in an array rather than having everything individually numbered - i.e. "Job Location[]", "Site Hours[]" etc. but this could be something you look at later if you decide to. Hope this helps. Quote Link to comment Share on other sites More sharing options...
swright Posted October 26, 2009 Author Share Posted October 26, 2009 Hi Bricktop, wonder if you could help me. Is there anyway i can receive the email to my ibox formatted like the form is layed out instead of it getting to me as a list of text? Any help would be great, i have no clue about PHP Steven Quote Link to comment Share on other sites More sharing options...
Bricktop Posted October 26, 2009 Share Posted October 26, 2009 Hi Steven, It is possible but would involve quite a lot of work. Post a message in the PHP Freelancing forum and see if anyone would be willing to do it for you. Hope this helps. Quote Link to comment Share on other sites More sharing options...
swright Posted October 26, 2009 Author Share Posted October 26, 2009 is there a script around that would already do it? Don;t really want to bother anyone to much Quote Link to comment Share on other sites More sharing options...
Bricktop Posted October 26, 2009 Share Posted October 26, 2009 Hi Steven, There aren't really, sending HTML email is easily done by changing the headers accordingly but in your case there's a sizable HTML table, along with the dynamic variables which need to be sent. By all means Google "php html email tutorial" and you'll at least get an idea of how it's achieved but there's no script as such which is going to take your table and send it via email without considerable work. Hope this helps. Quote Link to comment Share on other sites More sharing options...
swright Posted October 26, 2009 Author Share Posted October 26, 2009 or is there a way were the file is saved to the server and i can just get it off there server if emailing it is to much work Quote Link to comment Share on other sites More sharing options...
Bricktop Posted October 26, 2009 Share Posted October 26, 2009 If you have access to one, it would better if you stored the variables in a MySQL database each time they are submitted. Then you could call them back at your convenience in a web browser properly formatted in a table. Once again, this would require considerable work to achieve. Hope this helps. Quote Link to comment Share on other sites More sharing options...
swright Posted October 26, 2009 Author Share Posted October 26, 2009 OK thanks for your help Quote Link to comment Share on other sites More sharing options...
swright Posted October 26, 2009 Author Share Posted October 26, 2009 would this script allow me to do what i want. not sure what im looking for http://www.gentlesource.com/form-mail/ steven Quote Link to comment Share on other sites More sharing options...
prasanthmj Posted October 27, 2009 Share Posted October 27, 2009 Steven Give Simfatic Forms a try. It s an html form generator tool that has most of the features you are looking for. Quote Link to comment Share on other sites More sharing options...
swright Posted October 27, 2009 Author Share Posted October 27, 2009 thank you ill have a look Quote Link to comment Share on other sites More sharing options...
MadTechie Posted October 27, 2009 Share Posted October 27, 2009 try this (single file) <?php error_reporting ( E_ALL ^ E_NOTICE ); if(isset($_POST['Send'])) { /* Thank you for choosing FormToEmail by FormToEmail.com Version 2.5 April 16th 2009 COPYRIGHT FormToEmail.com 2003 - 2009 You are not permitted to sell this script, but you can use it, copy it or distribute it, providing that you do not delete this copyright notice, and you do not remove any reference or links to FormToEmail.com For support, please visit: http://formtoemail.com/support/ You can get the Pro version of this script here: http://formtoemail.com/formtoemail_pro_version.php --------------------------------------------------------------------------------------------------- FormToEmail-Pro (Pro version) Features: Check for required fields Attach file uploads Upload files to the server Securimage CAPTCHA support reCAPTCHA support identiPIC photo CAPTCHA HTML output option Use email templates Show date and time submitted Create Message ID CSV output to attachment or file Autoresponder (with file attachment) Show sender's IP address Block IP addresses Block web addresses or rude words Block gibberish (MldMtrPAgZq etc) Block gobbledegook characters (Å ð ç etc) Pre-populate the form Show errors on the form page Check for a set cookie Set encoding (utf-8 etc) Ignore fields Sort fields Auto redirect to "Thank You" page HTML template for "Thank You" page No branding Free upgrades for life --------------------------------------------------------------------------------------------------- Confused by PHP and PERL scripts? Don't have PHP on your server? Can't send email from your server? Try our remotely hosted form service: http://FormToEmailRemote.com --------------------------------------------------------------------------------------------------- FormToEmail DESCRIPTION FormToEmail is a contact-form processing script written in PHP. It allows you to place a form on your website which your visitors can fill out and send to you. The contents of the form are sent to the email address (or addresses) which you specify below. The form allows your visitors to enter their name, email address and comments. The script will not allow a blank form to be sent. Your visitors (and nasty spambots!) cannot see your email address. The script cannot be hijacked by spammers. When the form is sent, your visitor will get a confirmation of this on the screen, and will be given a link to continue to your homepage, or other page if you specify it. Should you need the facility, you can add additional fields to your form, which this script will also process without making any additional changes to the script. You can also use it to process other forms. The script will handle the "POST" or "GET" methods. It will also handle multiple select inputs and multiple check box inputs. If using these, you must name the field as an array using square brackets, like so: <select name="fruit[]" multiple>. The same goes for check boxes if you are using more than one with the same name, like so: <input type="checkbox" name="fruit[]" value="apple">Apple<input type="checkbox" name="fruit[]" value="orange">Orange<input type="checkbox" name="fruit[]" value="banana">Banana ** PLEASE NOTE ** If you are using the script to process your own forms (or older FormToEmail forms) you must ensure that the email field is named correctly in your form, like this for example: <input type="text" name="email">. Note the lower case "email". If you don't do this, the visitor's email address will not be available to the script and the script won't be able to check the validity of the email, amongst other things. If you are using the form code below, you don't need to check for this. This is a PHP script. In order for it to run, you must have PHP (version 4.1.0 or later) on your webhosting account, and have the PHP mail() function enabled and working. If you are not sure about this, please ask your webhost about it. SETUP INSTRUCTIONS Step 1: Put the form on your webpage Step 2: Enter your email address and (optional) continue link below Step 3: Upload the files to your webspace Step 1: To put the form on your webpage, copy the code below as it is, and paste it into your webpage: <form action="FormToEmail.php" method="post"> <table border="0" style="background:#ececec" cellspacing="5"> <tr align="left"><td>Name</td><td><input type="text" size="30" name="name"></td></tr> <tr align="left"><td>Email address</td><td><input type="text" size="30" name="email"></td></tr> <tr align="left"><td valign="top">Comments</td><td><textarea name="comments" rows="6" cols="30"></textarea></td></tr> <tr align="left"><td> </td><td><input type="submit" value="Send"><font face="arial" size="1"> <a href="http://FormToEmail.com">Form Mail</a> by FormToEmail.com</font></td></tr> </table> </form> Step 2: Enter your email address. Enter the email address below to send the contents of the form to. You can enter more than one email address separated by commas, like so: $my_email = "info@example.com"; or $my_email = "bob@example.com,sales@example.co.uk,jane@example.com"; */ $my_email = "steven@outfitshopfitting.co.uk"; /* Optional. Enter a From: email address. Only do this if you know you need to. By default, the email you get from the script will show the visitor's email address as the From: address. In most cases this is desirable. On the majority of setups this won't be a problem but a minority of hosts insist that the From: address must be from a domain on the server. For example, if you have the domain example.com hosted on your server, then the From: email address must be something@example.com (See your host for confirmation). This means that your visitor's email address will not show as the From: address, and if you hit "Reply" to the email from the script, you will not be replying to your visitor. You can get around this by hard-coding a From: address into the script using the configuration option below. Enabling this option means that the visitor's email address goes into a Reply-To: header, which means you can hit "Reply" to respond to the visitor in the conventional way. (You can also use this option if your form does not collect an email address from the visitor, such as a survey, for example, and a From: address is required by your email server.) The default value is: $from_email = ""; Enter the desired email address between the quotes, like this example: $from_email = "contact@example.com"; In these cases, it is not uncommon for the From: ($from_email) address to be the same as the To: ($my_email) address, which on the face of it appears somewhat goofy, but that's what some hosts require. */ $from_email = "info@outfitshopfitting.co.uk"; /* Optional. Enter the continue link to offer the user after the form is sent. If you do not change this, your visitor will be given a continue link to your homepage. If you do change it, remove the "/" symbol below and replace with the name of the page to link to, eg: "mypage.htm" or "http://www.elsewhere.com/page.htm" */ $continue = "http://www.outfitshopfitting.co.uk"; /* Step 3: Save this file (FormToEmail.php) and upload it together with your webpage containing the form to your webspace. IMPORTANT - The file name is case sensitive! You must save it exactly as it is named above! THAT'S IT, FINISHED! You do not need to make any changes below this line. */ $errors = array (); // Remove $_COOKIE elements from $_REQUEST. if (count ( $_COOKIE )) { foreach ( array_keys ( $_COOKIE ) as $value ) { unset ( $_REQUEST [$value] ); } } // Validate email field. if (isset ( $_REQUEST ['email'] ) && ! empty ( $_REQUEST ['email'] )) { $_REQUEST ['email'] = trim ( $_REQUEST ['email'] ); if (substr_count ( $_REQUEST ['email'], "@" ) != 1 || stristr ( $_REQUEST ['email'], " " )) { $errors [] = "Email address is invalid"; } else { $exploded_email = explode ( "@", $_REQUEST ['email'] ); if (empty ( $exploded_email [0] ) || strlen ( $exploded_email [0] ) > 64 || empty ( $exploded_email [1] )) { $errors [] = "Email address is invalid"; } else { if (substr_count ( $exploded_email [1], "." ) == 0) { $errors [] = "Email address is invalid"; } else { $exploded_domain = explode ( ".", $exploded_email [1] ); if (in_array ( "", $exploded_domain )) { $errors [] = "Email address is invalid"; } else { foreach ( $exploded_domain as $value ) { if (strlen ( $value ) > 63 || ! preg_match ( '/^[a-z0-9-]+$/i', $value )) { $errors [] = "Email address is invalid"; break; } } } } } } } // Check referrer is from same site. if (! (isset ( $_SERVER ['HTTP_REFERER'] ) && ! empty ( $_SERVER ['HTTP_REFERER'] ) && stristr ( $_SERVER ['HTTP_REFERER'], $_SERVER ['HTTP_HOST'] ))) { $errors [] = "You must enable referrer logging to use the form"; } recursive_array_check_blank ( $_REQUEST ); if (! $set) { $errors [] = "You cannot send a blank form"; } unset ( $set ); // Display any errors and exit if errors exist. if (count ( $errors )) { foreach ( $errors as $value ) { print "$value<br>"; } exit (); } if (! defined ( "PHP_EOL" )) { define("PHP_EOL", strtoupper(substr(PHP_OS,0,3) == "WIN") ? "\r\n" : "\n"); } $message = build_message ( $_REQUEST ); $message = $message . PHP_EOL . PHP_EOL . "-- " . PHP_EOL . "Thank you for using FormToEmail from http://FormToEmail.com"; $message = stripslashes ( $message ); $subject = "FormToEmail Comments"; $subject = stripslashes ( $subject ); if ($from_email) { $headers = "From: " . $from_email; $headers .= PHP_EOL; $headers .=(!empty($_REQUEST ['email']))?"Reply-To: " . $_REQUEST ['email']:"Reply-To: " . $from_email; } else { $from_name = ""; if (isset ( $_REQUEST ['name'] ) && ! empty ( $_REQUEST ['name'] )) { $from_name = stripslashes ( $_REQUEST ['name'] ); } $headers = "From: {$from_name} <{$_REQUEST['email']}>"; } mail ( $my_email, $subject, $message, $headers ); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Form To Email PHP script from FormToEmail.com</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000"> <div> <center><b>Thank you <?php if (isset ( $_REQUEST ['name'] )) { print stripslashes ( $_REQUEST ['name'] ); } ?></b> <br> Your timesheet has been sent to the office <p><a href="<?php print $continue; ?>">Click here to continue</a></p> <p><b>www.outfitshopfitting.co.uk : info@outfitshopfitting.co.uk</b></p> </center> </div> </body> </html> <?php exit; } // Build message. function build_message($request_input) { if (! isset ( $message_output )) { $message_output = ""; } if (! is_array ( $request_input )) { $message_output = $request_input; } else { foreach ( $request_input as $key => $value ) { if (! empty ( $value )) { if (! is_numeric ( $key )) { $message_output .= str_replace ( "_", " ", ucfirst ( $key ) ) . ": " . build_message ( $value ) . PHP_EOL . PHP_EOL; } else { $message_output .= build_message ( $value ) . ", "; } } } } return rtrim ( $message_output, ", " ); } // Check for a blank form. function recursive_array_check_blank($element_value) { global $set; if (! is_array ( $element_value )) { if (! empty ( $element_value )) { $set = 1; } } else { foreach ( $element_value as $value ) { if ($set) { break; } recursive_array_check_blank ( $value ); } } } ?> <body> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="1095" id="AutoNumber1"> <tr> <td width="26%"> <p><font face="Arial Black" size="5">Monthly Timesheet</font></p> </td> <td width="74%"></td> </tr> </table> <form action="" method="post"> <p> </p> <table border="0" style="background:#F5F5F5; ; border-collapse:collapse" cellspacing="5" width="1095" bordercolor="#111111" cellpadding="0"> <tr align="left"> <td width="154"><font face="Verdana" size="2">Employee Name:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Employee Name"></font></td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Employee Email:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Employee E-mail"></font></td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Employee Phone:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Employee Number"></font></td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Manager:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Manager"></font></td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Pay Period start date:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Pay Period start date:"></font></td> </tr> <tr align="left"> <td width="154"><font face="Verdana" size="2">Pay Period end date:</font></td> <td width="886" colspan="6"><font face="Verdana"> <input type="text" size="30" name="Pay Period end date:"></font></td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td width="154" align="center"><b><font face="Verdana" size="2">Job Location</font></b></td> <td width="122" align="center"><b><font face="Verdana" size="2">Date</font></b></td> <td width="121" align="center"><b><font face="Verdana" size="2">Site Hours</font></b></td> <td width="121" align="center"><b><font face="Verdana" size="2">Travel</font></b></td> <td width="118" align="center"><b><font face="Verdana" size="2">Dinner</font></b></td> <td width="118" align="center"><b>Subs</b></td> <td width="116" align="center"><b>Total</b></td> </tr> <?php //Repeat 30 times for($n=1;$n<30;$n++){ ?> <tr> <td width="154"><font face="Verdana"> <input type="text" size="30" name="Job Location[]"></font></td> <td width="886" colspan="6"><font face="Verdana"><font size="2"> </font><input type="text" size="18" name="Date"><font size="2"> </font><input type="text" size="18" name="Site Hours[]"><font size="2"> </font><input type="text" size="18" name="Travel[]"><font size="2"> </font><input type="text" size="18" name="Dinner[]"><font size="2"> </font><input type="text" size="18" name="Subs"><font size="2"> </font><input type="text" size="18" name="Total[]"></font></td> </tr> <?php } ?> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"> </td> </tr> <tr align="left"> <td valign="top" width="154"><font face="Verdana" size="2">Further Comments</font></td> <td width="886" colspan="6"><font face="Verdana"> <textarea name="comments" rows="6" cols="30"></textarea></font></td> </tr> <tr align="left"> <td width="154"> </td> <td width="886" colspan="6"><font face="Verdana"> <input type="submit" name="Send" value="Send"></font><font face="Verdana" size="2"> </font></td> </tr> </table> </form> </body> </html> Quote Link to comment Share on other sites More sharing options...
swright Posted October 28, 2009 Author Share Posted October 28, 2009 hey thanks, but what is that for? Quote Link to comment Share on other sites More sharing options...
swright Posted October 28, 2009 Author Share Posted October 28, 2009 ah, i see it's all going down thanks. is there anyway to enline it in the email? but thank you for that Quote Link to comment Share on other sites More sharing options...
MadTechie Posted October 28, 2009 Share Posted October 28, 2009 To change the formatting your need to update the build_message function, to suite Quote Link to comment Share on other sites More sharing options...
swright Posted October 28, 2009 Author Share Posted October 28, 2009 were do i put in the space's to nudge the titles along so that everything lines up? Quote Link to comment Share on other sites More sharing options...
MadTechie Posted October 28, 2009 Share Posted October 28, 2009 Now.. you could start creating html tables etc, but you could just add some padding currently your getting something like test1: blar tesing 2: blar why did a write a long variable name: blar and i assume you want something like this test1:.....................................................blar tesing 2:.................................................blar why did a write a long variable name:..blar the problem is the data is supplied from an array so you can't move them individually, So first we need to find the part that outputs the title and values.. That's this part $message_output .= str_replace ( "_", " ", ucfirst ( $key ) ) . ": " . build_message ( $value ) . PHP_EOL . PHP_EOL; And this part of it is the title str_replace ( "_", " ", ucfirst ( $key ) ). ": " Now we need to add the padding, if we just change ": " to ": " all will be affected, so we need to find out what the longest title is and pad the others to fit inside that luckily PHP has str_pad, Now "Site Hours" is 10 characters long + 2 (the ": ") So we could do something like str_pad($input, 12,"."); That's should give you all the info you need to resolves this problem Quote Link to comment Share on other sites More sharing options...
swright Posted October 28, 2009 Author Share Posted October 28, 2009 thanks you, ill have a try but i do not have a clue about php. than you for your time though Quote Link to comment Share on other sites More sharing options...
swright Posted October 28, 2009 Author Share Posted October 28, 2009 no sorry im lost here? can i be cheeky and ask you to edit it for me? Quote Link to comment Share on other sites More sharing options...
MadTechie Posted October 28, 2009 Share Posted October 28, 2009 Try changing str_replace ( "_", " ", ucfirst ( $key ) ). ": " to str_pad(str_replace ( "_", " ", ucfirst ( $key ) ). ": ", 12,"."); you may need to increase or decrease the number 12 Quote Link to comment Share on other sites More sharing options...
swright Posted October 28, 2009 Author Share Posted October 28, 2009 made that edit and when i try to go to the index page in my browser its a black page Quote Link to comment Share on other sites More sharing options...
MadTechie Posted October 28, 2009 Share Posted October 28, 2009 Oh my bad.. their shouldn't be a ; in my last post The line that was $message_output .= str_replace ( "_", " ", ucfirst ( $key ) ) . ": " . build_message ( $value ) . PHP_EOL . PHP_EOL; should now be $message_output .= str_pad(str_replace ( "_", " ", ucfirst ( $key ) ). ": ", 12,"."). build_message ( $value ) . PHP_EOL . PHP_EOL; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.