Is it possible to add to string variables within that line so I can produce the user name who visited that particular page?
These are the two example string variables:
$member[fname], $member[lname]
Example code:
<?php
....
...
...
@mail('myname@server.com', 'New user ',' has activated and confirmed account. ' . $_SERVER['PHP_SELF']);
include "_blank.php";}?>
Thanks, big hugs!
Vicki