I’m just beginning with PHP and am already fanatic. But due to lack of experience I have a problem. As I’m doing a lot of PC-paperwork for our local team, I send a lot of e-mails. As we have more than 200 (active) members, I’m trying to write something that is making life easier. To be honest I’m not writing it myself, I’m using dreamweaver to do so. What I’m trying to write is the following ……..
In html you use this code to open an e-mail with predefined subject. (The choise to whom is open).
What do I have to do for having the second textblock (marked zzzzzzzzz) in the subject line to be dynamic?
Something like following code (?)
<a href="mailtosubject=XXXXXX - CHOOSE NAME OUT OF LIST - XXXX( )">IMAGE</a>
Which script to use to select a name out of a list of 500. and when you select the name it should be in the right place (=replacing the letters CHOOSE NAME OUT OF LIST).