Does anyone know where I can get a send to friend script that lets you choose of your msn contacts from who to choose and also entering email address manually? please and thank you!
Does anyone know where I can get a send to friend script that lets you choose of your msn contacts from who to choose and also entering email address manually? please and thank you!
Anyone please, I have tried searching and all that, but they did not seem to work for me! Thank you!!
try here
[Jasme Library (Javascript Motion Effects)] My Site
/\/\@§†ê® §©®¡þ† /\/\@|{ê®
There are 10 kinds of people in the world, those that understand binary and those that don't.
I tried that, however I got to black page when I tested it.
What is the code that you are using? If you post it, we can see what is wrong with it.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
<?php
$domain = "http://www.hetbestevoordeel.be";
$subject = "a friend recommends you this site";
$to = $_POST['to'];
$page = $_POST['url'];
$from = "From: hetbestevoordeel.be <bruno@hetbestevoordeel.be>";
$message = "Hey, I just found an amazing site. Check it out ! ";
$message .= $domain.$page;
mail($to, $subject, $message, $from);
header('Location: '.$domain.page); //redirect to the page they were on.
?><<<<<That's located in "tellafriend.php"
"<form action="tellafriend.php" method="POST">
<input type="hidden" name="url" value="<?php echo $_SERVER['PHP_SELF'];?>">
Email to send to: <input type="text" name="to"> <input type="submit" value="Send">
</form>" <<<<<That's located in my normal pages
You need to change this line to point to your website:
Hope this helps.Code:<?php $domain = "http://www.hetbestevoordeel.be";
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Now I get, "The website cannot display the page" when I enter an email address and takes me to "tellafriend.php"
Did you name the file in the above posts tellafriend.php ?
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Yes, I did.
Bookmarks