Web Hosting Talk







View Full Version : Tell A Friend - script


WebMinx
09-27-2004, 01:19 PM
I need a good script for a "tell a friend" page. Any suggestions on were to find one? CGI, Perl??

The fields I need are as follows:


-----------"Tell A Friend" fields-------------------
Friend's Name:
Friend's email address:

Your Name:
Your email address:

Message:
--------------------------------------------

I'm on Unix.

azizny
09-27-2004, 01:27 PM
I got one on PHP...

if you strict perl or cgi then goto: www.hotscripts.net or www.onlyphp.com


Peace,

WebMinx
09-27-2004, 03:37 PM
PHP will work. That would be great.

xelav
09-28-2004, 11:52 AM
use php function mail() - nothing hard :)

phpdevrus
09-28-2004, 04:54 PM
go to any of the php script sites like php.resourceindex.com.... there are so many tellafriend scripts available and as xelax mentioned it is just as easy to create your own.

:-)