What can i do to add the tell friend script to my website.What can i do.There is having any ready script.....Help me![]()
![]()
with regards
skdivyaa
| SitePoint Sponsor |
What can i do to add the tell friend script to my website.What can i do.There is having any ready script.....Help me![]()
![]()
with regards
skdivyaa



Write a form:
Then catch the post with this PHP script:HTML Code:<form method='post'> What's your friend's email? <input name='to_email' /> What's your name? <input name='name' /> </form>
PHP Code:<?php
if (isset($_POST['email'])) {
mail(...whatever...);
}
?>
Matt Alexander
Alexander Site Design
Bookmarks