So basically here is what Im trying to do:
I have a site that has an employee roster on it...this roster obviously has the employees information including their email addresses next to their names.
I am trying to create a script that will allow an employee to easily email another employee on the roster simply by clicking the email address for that employee.
To sum this up (or make it even more confusing) ...
If i have an email address LINK of "
[email protected]" next to an employees name and a person clicks on that link ... I need some code that will take that email address link (
[email protected]) and add it into the email script into the "$to" function so that when they submit the email form it will go to the employees email (myname@company).
I have several employee on this roster so I need a universal script that takes the email links information (ie
[email protected]) and puts it into the mail.php script.
I do not want to have to make individual email scripts for each employee just to add to change the "$to" variable on each script!!!
So basically how do I add a "links information" into a php script ??
Does this make sense ???
Are you confused ?? I can TRY to explain better if need be.
I have looked all over the internet for this and have searched this forum however I have not been able to find a solution to this.
A step in the right direction would be great!!!