home>php>recommendit


Recommend It:
Let's your visitors recommed your site.

This script requires two files:

1. The web page you wish to add the Recommend It form to.

2. recommend.php3 
The actual script the form calls. 

3. Example Form:

<TABLE>
<FORM Action="recommend.php3" Method=POST>  
<TR><TD COLSPAN=2><FONT FACE="ARIAL" SIZE=3><B>Required Fields Are in Bold</B><BR><BR></TD></TR>  
<TR><TD><FONT FACE="ARIAL" SIZE=3><B> Your E-mail</TD>
<TD><INPUT Name="from_email_address" value="Your E-mail" Size=25></TD></TR> 
<TR><TD><FONT FACE="ARIAL" SIZE=3><B> Your Name:</TD>
<TD><INPUT Name="name" value="Your Name" Size=25></TD></TR> 
<TR><TD><FONT FACE="ARIAL" SIZE=3><B> Their Name:</TD>
<TD><INPUT Name="to_name" value="Their Name" Size=25></TD></TR> 
<TR><TD><FONT FACE="ARIAL" SIZE=3><B> Their E-mail:</TD>
<TD><INPUT Name="to_email_address" value="Their E-mail" Size=25></TD></TR> 
<TR><TD COLSPAN=2><FONT FACE="ARIAL" SIZE=3><BR>  
<P>  
<INPUT Type=SUBMIT Value="Send Now">  
</FORM>  
</TABLE>

4. The Form above and the recommend.php3 does require editing.

See a working example: 
http://tvsecure.net/manual/php/recommend/recommendit.html 

Grab the files: 
http://tvsecure.net/manual/php/recommend/files/