Send URL to Friend.

Your Name:
Your Email:
Friend's Name:
Friend's Email:
Notes(optional):

Script From:
'sendurl.php'




*********************************************************************************************************************** Super Globals (for host with register globals off) Thank You : ( )
For sending : (link)
To: () Generated by the free (Tell A Friend) script.


Next Page

You Goofed $ip" ; $todayis = date("l, F j, Y, g:i a") ; $notes = stripcslashes($notes); $messageis = " $todayis [EST] \n Your Friend: $visitor ($visitormail)\n Sent this URL: $sitename ($urlis) \n To: $friend $friendmail \n With These Comments: $notes \n Generated by Tell A Friend ( http://www.ibdjohn.com/sendurl/ ) "; $messageme = $ip . " " . $messageis; $from = "From: fromemailhere\r\n"; mail("youremailHERE", $sitename, $messageme, $from); if ($friendmail != "") mail($friendmail, $sitename, $messageis, $from); if ($visitormail != "") mail($visitormail, $sitename, $messageis, $from); ?>