Hello
I am very new to PHP and genraly use programes to do the codeing for me. I use coffee cup webform builder which produces php files which i know how to modify to change the text out put but now i need to make it out put html to display a remotely hosted image and some sort of incremental number generator.
The php produces an auto reply email once the user submits a form.
[code]
// If necesarry, send a message to the end-user as well.
if(CC_FB_AUTO_REPLY)
{
$form_user_msg = parseMessage([size=14pt]‘this is where the auto reply text be enterd but i want html here with image links and a java based number counter’[/size], $preferences);
$form_user_subject = parseMessage(CC_FB_AUTO_REPLY_SUBJECT, $preferences);
if(CC_FB_AUTO_REPLY_FORM_RESULTS)
{
$form_user_msg = CC_FB_AUTO_REPLY_POSITION == 'top' ?
"$form_user_msg\n\n$user_email_response" :
"$user_email_response\n\n$form_user_msg";
}[/code]
Any help would be greatly appreciated. If there are free lance developers reaidng this I am very interested in getting some custom code written so I don’t have to modify the out put of a ridgid programme.
Many thanks
Mark