- This topic is empty.
-
AuthorPosts
-
April 3, 2012 at 5:09 am #37466
stjepo
MemberI need to send a formatted table once the send has completed it and recieve via mail in the same format.
Please help.
Thanks
April 3, 2012 at 5:10 am #100505stjepo
MemberI need to send a formatted table once the sender has completed it, and recieve it via mail with the same format.
April 4, 2012 at 7:35 am #100574stjepo
MemberThank you for your answer. Up to now I have managed to make the form and the PHP script to be sent and print formated in the receiver email.
It seems to work but when I point to this page in the server, it sends an empty form first, after I fill it send the correct one.
What is wrong (maybe all is because I am new to this). I have edited the tables just to show the head and the first line but I can’t sent it to you using the WriteComment because keeps showing a small red lable ValidateLenght.
How can I send you the code?
Best regards from Spain
April 4, 2012 at 7:37 am #100575stjepo
MemberPart 1:
April 4, 2012 at 7:38 am #100576stjepo
MemberPart 2:
Rellenar sus pedidos y el stock que todavía hay
April 4, 2012 at 7:41 am #100577stjepo
MemberNo success, I don’t know how to send you the code. Advise me.
Regards
April 4, 2012 at 11:18 am #100592stjepo
Member
April 4, 2012 at 11:22 am #100593stjepo
Member
Rellenar sus pedidos y el stock que todavía hay
April 4, 2012 at 11:23 am #100594stjepo
MemberPEDIDOS DESDE LA RESIDENCIA
FECHA STOCK:
DÍA:
" . strip_tags($_POST) . "
MES:
" . strip_tags($_POST) . "
AÑO:
" . strip_tags($_POST) . "
FECHA PEDIDO:
DÍA:
" . strip_tags($_POST) . "
MES:
" . strip_tags($_POST) . "
AÑO:
" . strip_tags($_POST) . "
DESAYUNOS
Formato
Artículo
Observaciones
Uds. Stock
Uds. Solicit.
Uds. Pedidas
" . strip_tags($_POST) . "
ACEITE DE OLIVA
" . strip_tags($_POST) . "
" . strip_tags($_POST) . "
" . strip_tags($_POST) . "
" . strip_tags($_POST) . "
";
$headers = 'MIME-Version: 1.0' . "rn";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "rn";
mail($to, $subject, $msg, $headers);
echo "Gracias por rellenar su pedido. Su información se ha enviado correctamente.
";
?>
April 4, 2012 at 11:24 am #100595stjepo
MemberOk, thanks for the help.
Stjepo
April 4, 2012 at 2:49 pm #100616stjepo
MemberThanks Schmotty
-
AuthorPosts
- The forum ‘Back End’ is closed to new topics and replies.