First an easy one. I have to convert a .doc to html. I know MSWord has a converter, but it makes a extremly screwed up copy. Way too much exrta stuff. Know of a program to make it easier. My knowledge sucks so I can't convert it on my own.
Next question. I have a php form. There is a field for the person to enter their name. In the email thats sent once the form is submitted the name field is used twice. Once in
Code:
"<strong>Agent's Name:</strong>."$_POST['an']".<br>".
and one more time in the afore mentioned word doc. So I have to make a sentence that says "My name is [USER NAME]" and make it say the Agent's name when sent in an email.
|