B
Barbaros
Guest
Hello all,
I must tell you first that I don't know php at all. The person who is responsible for the php codes has left, so I must find a way to solve some problems.
The first problem is that some members of our society complained that we are sending a confirmation e-mail like "dear member", and they requested to see something like "Dear Prof. Michael Shaw". The name, surname and salutation fields are present in the MySQL database and let's call them member_name, member_surname and salutation. The HTML portion goes like this:
<td>Dear Member</td>
it should be like <td>Dear Prof. Michael Shaw,</td>
I found something like this one below:
<td>Membership No : ".$ar->membership_no."</td>
I am sure I will use something like that one above, but I could not write the proper code.
If we can solve this problem, I will come out with the second, but this one is more pressing for now.
Thank you for your responses.
I must tell you first that I don't know php at all. The person who is responsible for the php codes has left, so I must find a way to solve some problems.
The first problem is that some members of our society complained that we are sending a confirmation e-mail like "dear member", and they requested to see something like "Dear Prof. Michael Shaw". The name, surname and salutation fields are present in the MySQL database and let's call them member_name, member_surname and salutation. The HTML portion goes like this:
<td>Dear Member</td>
it should be like <td>Dear Prof. Michael Shaw,</td>
I found something like this one below:
<td>Membership No : ".$ar->membership_no."</td>
I am sure I will use something like that one above, but I could not write the proper code.
If we can solve this problem, I will come out with the second, but this one is more pressing for now.
Thank you for your responses.