How to build a refer to a friend function on a website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hanxiao
Forum Newbie
Posts: 12
Joined: Sun Apr 16, 2006 10:58 pm
Location: Auckland, New Zealand
Contact:

How to build a refer to a friend function on a website

Post by hanxiao »

Just wonder how to make it in HTML? Or do I need to use other languages, such as JavaScript, PHP and ASP.NET?

I only know the mailto thing in HTML, which load the email software such as Outlook in user's computer and send a email to the address specified.

Any way can do sending a web page or article on that page to a friend's email address? It's like you put your friend's name and maybe your name as well, then friend's email and some comments, click the button, a email from the website will send to the email address.

Thanks.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

html is a language to markup content... the problem is that you need to generate the content first.
Post Reply