jcdevelopment
10-20-2009, 06:07 PM
I am trying to load an agents email into the code dynamically and all i get is
mailto:Array['email']
what do i need to do, to make this work, or rather what am i missing?
echo "<td><p class=\"copy_agent\"><a href=\"mailto:$agents[$i]['email']\">".$agents[$i]['email']."</a></p></td></tr>";
thanks for any help.
mailto:Array['email']
what do i need to do, to make this work, or rather what am i missing?
echo "<td><p class=\"copy_agent\"><a href=\"mailto:$agents[$i]['email']\">".$agents[$i]['email']."</a></p></td></tr>";
thanks for any help.